mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
8 lines
127 B
Python
8 lines
127 B
Python
class X(object):
|
|
def foo(self):
|
|
pass
|
|
|
|
class A():
|
|
def service(self):
|
|
class B<caret>(X):
|
|
pass |