Files
openide/python/testData/refactoring/makeFunctionTopLevel/methodImportUpdates/after/other.py
T

5 lines
60 B
Python

from main import C, method
inst = C()
method(inst.foo, 42)