Adonis Vargas <[EMAIL PROTECTED]> writes:
> Pyenos wrote:
> > class TREE:
> > def gettree(self):print self
> > TREE.gettree() # I get an error saying# TypeError:
> > unbound method gettree() must be called
> ># with TREE instance as first argument (got nothing i
Pyenos wrote:
> class TREE:
> def gettree(self):print self
> TREE.gettree() # I get an error saying
># TypeError: unbound method gettree() must be called
># with TREE instance as first argument (got nothing instead
>
> I still don't understand how to solve thi
Pyenos wrote:
> class TREE:
> def gettree(self):print self
> TREE.gettree() # I get an error saying
># TypeError: unbound method gettree() must be called
># with TREE instance as first argument (got nothing instead
>
>
> I still don't understand how to solve t