mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 13:48:49 +07:00
6 lines
121 B
Python
6 lines
121 B
Python
def shazam():
|
|
pass
|
|
|
|
class MyClass:
|
|
def shazzy(self): # should not be offered as completion variant
|
|
pass |