mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
5 lines
153 B
Python
5 lines
153 B
Python
def __init__(self):
|
|
for base in self__class__.__bases__:
|
|
<selection>try: base.__init__(self)
|
|
except AttributeError: pass</selection>
|