You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 11, in myClass
def myFunc(a: int, b: int) -> int:
File "...\site-packages\plum\dispatcher.py", line 72, in __call__
return self._add_method(method, None, precedence=precedence)
File "...\site-packages\plum\dispatcher.py", line 138, in _add_method
f = self._get_function(method)
File "...\site-packages\plum\dispatcher.py", line 112, in _get_function
if is_in_class(method):
File "...\site-packages\plum\util.py", line 122, in is_in_class
parts = f.__qualname__.split(".")
AttributeError: 'staticmethod' object has no attribute '__qualname__'
The text was updated successfully, but these errors were encountered:
Python 3.8 -- No issue for python 3.11
Plum 2.5.4 (and probably earlier versions)
The text was updated successfully, but these errors were encountered: