Probably a stupid question... name-->method lookup
Marcin 'Qrczak' Kowalczyk
qrczak at knm.org.pl
Wed Aug 22 18:30:59 EDT 2001
More information about the Python-list mailing list
Wed Aug 22 18:30:59 EDT 2001
- Previous message (by thread): Probably a stupid question... name-->method lookup
- Next message (by thread): Probably a stupid question... name-->method lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Wed, 22 Aug 2001 21:01:55 GMT, Joseph Andrew Knapka <jknapka at earthlink.net> pisze: > I have a method name (string) and a class object. I'd like to > be able to look up the the named unbound method of the class. getattr(o, m) -- __("< Marcin Kowalczyk * qrczak at knm.org.pl http://qrczak.ids.net.pl/ \__/ ^^ SYGNATURA ZASTĘPCZA QRCZAK
- Previous message (by thread): Probably a stupid question... name-->method lookup
- Next message (by thread): Probably a stupid question... name-->method lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list