mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
8 lines
64 B
Python
8 lines
64 B
Python
class B:
|
|
pass
|
|
|
|
|
|
class C(B):
|
|
def foo(self):
|
|
pass
|