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