mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Code only checked functions. Attributes were ignored. GitOrigin-RevId: a1792463fa31c55aed469e2e0c60218aceab16cf
7 lines
129 B
Python
7 lines
129 B
Python
class Foo:
|
|
def __init__(self):
|
|
self.unique_some_identi<caret>fier = 12
|
|
|
|
def foo(q):
|
|
s = q.unique_some_identifier
|