Files
openide/python/testData/refactoring/extractmethod/MethodNameCanShadowModuleFunction.before.py
Petrandintellij-monorepo-bot bbd7d8a991 PY-61591 Move test files
GitOrigin-RevId: 87bbf31ca7e21c0f72e551b6415f60b214bd255c
2025-09-05 18:12:43 +00:00

7 lines
108 B
Python

def _require_instance(type_):
...
class C:
def do(self):
<selection>print("x")</selection>