mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 23:07:01 +07:00
5 lines
78 B
Python
5 lines
78 B
Python
__author__ = 'ktisha'
|
|
|
|
class Child(Base):
|
|
def <caret>f():
|
|
test = 1 |