mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
6 lines
82 B
Python
6 lines
82 B
Python
__author__ = 'ktisha'
|
|
|
|
class Child(Base):
|
|
|
|
def f(self):
|
|
print self.f() |