mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
8 lines
107 B
Python
8 lines
107 B
Python
class Foo:
|
|
def eval(self, value):
|
|
pass
|
|
|
|
def bar(self):
|
|
eval('foo')
|
|
# <ref>
|