On Mar 3, 3:14 pm, MooMaster <[EMAIL PROTECTED]> wrote:
> On Mar 3, 11:49 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
>
>
>
> > MooMaster schrieb:
>
> > > I'm trying to use inheritance to create a simple binary tree, but it's
> > > not going so well... here's what I pull from the documentatio
On Mar 3, 11:49 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> MooMaster schrieb:
>
> > I'm trying to use inheritance to create a simple binary tree, but it's
> > not going so well... here's what I pull from the documentation for
> > super()
> > "super( type[, object-or-type])
>
> > Return the
MooMaster schrieb:
> I'm trying to use inheritance to create a simple binary tree, but it's
> not going so well... here's what I pull from the documentation for
> super()
> "super( type[, object-or-type])
>
> Return the superclass of type. If the second argument is omitted the
> super object retur
On Mar 3, 9:37 am, MooMaster <[EMAIL PROTECTED]> wrote:
> I'm trying to use inheritance to create a simple binary tree, but it's
> not going so well... here's what I pull from the documentation for
> super()
> "super( type[, object-or-type])
>
> Return the superclass of type. If the second argument