We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e1c897 + 7614afd commit 35569acCopy full SHA for 35569ac
rope/base/oi/soi.py
@@ -48,8 +48,6 @@ def infer_parameter_objects(pyfunction):
48
49
def _handle_first_parameter(pyobject, parameters):
50
kind = pyobject.get_kind()
51
- if parameters is None or kind not in ["method", "classmethod"]:
52
- pass
53
if not parameters:
54
if not pyobject.get_param_names(special_args=False):
55
return
0 commit comments