[Pythonmac-SIG] Newby Q's: */**

Peter Sommerfeld noema@csi.com
Sat, 18 Jul 1998 10:01:41 -0400 (EDT)


For the prefix asterix (*/**) in the following definition (from guipy) I
cannot find a reference.

def __init__(self, *args, **kw):
	self.menu = []
	apply(Container.__init__, (self,) + args, kw)

Can you explain ?

Thanks in advance

Peter

-- Lueneburg, Germany