Closed AdamVerner closed 5 years ago
also can be simple copy&pasted
netuším jakto, ale když z dítěte Gtk.Boxu zavolám
Gtk.Grid.__init__(self)
tak to funguje......
nevím, jestli to používam všude, ale skončil jsem u:
class ObjectThatChangesTypeOften(Gtk.Something):
def __init__(self):
super(ObjectThatChangesTypeOften, self).__init__()
solving in: #12
the first one is much simpler the latter seems much more pythonic.
although the second one isn't as readable, it's wonderfull in place where the super class changes often.