oop in python

Uwe Hoffmann qual at tiscali.de
Tue Dec 27 07:21:29 EST 2005


novice schrieb:

> class Point:
>        def _func_that_we_want_(self):
>           return .......


return self.__class__.__name__

http://docs.python.org/ref/types.html#l2h-109



More information about the Python-list mailing list