Files
openide/python/testData/quickdoc/SingleArgumentMethodNotWrapped.py
Mikhail Golubev a85cd24d85 PY-30103 Don't wrap methods with only one parameter apart from self
because in Python it would make all methods that expect an argument,
even as simple as property setters, to wrap.
2018-06-09 15:59:38 +03:00

4 lines
66 B
Python

class MyClass:
def met<the_ref>hod(self, param):
pass