mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
9 lines
112 B
Python
9 lines
112 B
Python
class C:
|
|
"""
|
|
Attributes:
|
|
bar : ignored
|
|
"""
|
|
|
|
def __init__(self):
|
|
self.bar = 42
|