calling a method using a variable name?
Matt Gerrans
matt.gerrans at hp.com
Fri Mar 14 20:03:08 EST 2003
Previous message (by thread):
Stupid *nix Question. Where are the HTML docs?
Next message (by thread):
calling a method using a variable name?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
>
> class X:
>
> def method():
>
> pass
Shouldn't that be: class X: def method(self): pass
Previous message (by thread):
Stupid *nix Question. Where are the HTML docs?
Next message (by thread):
calling a method using a variable name?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list