Re: Inheritance issue...

2008-03-03 Thread Carl Banks
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

Re: Inheritance issue...

2008-03-03 Thread MooMaster
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

Re: Inheritance issue...

2008-03-03 Thread Diez B. Roggisch
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

Re: Inheritance issue...

2008-03-03 Thread Matimus
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