mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
8 lines
137 B
Python
8 lines
137 B
Python
def hidden():
|
|
class Base:
|
|
"""Class docstring."""
|
|
|
|
class Sub(Base):
|
|
def __in<the_ref>it__(self):
|
|
pass
|