mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 03:12:15 +07:00
4 lines
63 B
Python
4 lines
63 B
Python
class Child(object):
|
|
def foo(self):
|
|
self.eggs = 12
|