novice schrieb: > class Point: > def _func_that_we_want_(self): > return .......
return self.__class__.__name__ http://docs.python.org/ref/types.html#l2h-109 -- http://mail.python.org/mailman/listinfo/python-list
novice schrieb: > class Point: > def _func_that_we_want_(self): > return .......
return self.__class__.__name__ http://docs.python.org/ref/types.html#l2h-109 -- http://mail.python.org/mailman/listinfo/python-list