mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
7 lines
125 B
Python
7 lines
125 B
Python
from dest_module import NewParent
|
|
|
|
|
|
class MyClass(NewParent):
|
|
@classmethod
|
|
def foo_method(cls):
|
|
spam = "eggs" |