mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
10 lines
139 B
Python
10 lines
139 B
Python
class MyClass(object):
|
|
def method(self):
|
|
pass
|
|
|
|
if True:
|
|
inst = MyClass()
|
|
else:
|
|
inst = unresolved
|
|
|
|
inst.method.__<caret> |