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
On the inspector.py file, inspect_staticmethod references classmethod in the last line of the function and inspect_classmethod references staticmethod, which should be reversed since every other function references the correct type when calling handle_function.
On the
inspector.py
file,inspect_staticmethod
referencesclassmethod
in the last line of the function andinspect_classmethod
referencesstaticmethod
, which should be reversed since every other function references the correct type when callinghandle_function
.See snippet for the lines of code:
griffe/src/griffe/agents/inspector.py
Lines 280 to 294 in 90bded4
The text was updated successfully, but these errors were encountered: