[PyKDE] beginner question

Neal Becker nbecker at fred.net
Thu Oct 28 17:57:09 BST 1999


Many examples contain the following construct:
  def __init__(self):
apply(KTMainWindow.__init__,(self,))

or
 	def __init__(self,*args):
		apply(QWidget.__init__,(self,) + args)

what does this do exactly?




More information about the PyQt mailing list