mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
7 lines
116 B
Python
7 lines
116 B
Python
class Foo:
|
|
def unique_long_identi<caret>fier(self):
|
|
pass
|
|
|
|
def foo(q):
|
|
q.unique_long_identifier()
|
|
|