Hi all,

I am upgrading some code from pygtk 2.6.1 to 2.16.0 and
have a basic question:

When must gobject.GObject.__init__(self) be called?

I assume: when and only when the class is a direct subclass
of gobject.GObject. Is this correct?

I find my code has indirect subclasses of gobject.GObject
whose __init__ method invokes gobject.GObject.__init__(self),
which I presumably put there for good reason at the time but
which appear now to be superfluous.

I have googled this list's archives and looked at the PyGObject
documentation without result.

many thanks,
Richard.


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to