oop in python

novice jolbun at gmail.com
Tue Dec 27 05:42:18 EST 2005


hello over there!
I have the following question:
Suppose I created a class:           class Point:
                                                          pass
then instanciated an instance:      new = Point()
So now how to get the instance new as a string: like ' new '   ; Is
there any built in function or method
 for eg:

class Point:
       def _func_that_we_want_(self):
          return .......
new._func_that_we_want_()  --->  ' new '




More information about the Python-list mailing list