Bug: positional-only argument in method of class #90
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
In
_method_requirements.py
the functiondef _get_method_requirements_for_function_def(...): ...
contains a bug.The following class using positional-only arguments is not parsed correctly:
If I understand the code correctly, in this case the name of the
self
argument is not parsed correctly.The text was updated successfully, but these errors were encountered: