who to call a list of method inside the class itself

Fredrik Lundh fredrik at pythonware.com
Tue Aug 19 12:09:02 EDT 2008


Edwin.Madari at VerizonWireless.com wrote:

> ensure instance's method invocation with all
 > state information to that point, rather than
 > relying on implemenation.

Did you read the stuff I wrote about "bound methods" in the other post? 
  That's a fundamental Python feature, not an implementation artifact.

For some more details, see the section "User-defined methods" on this page:

    http://docs.python.org/ref/types.html

</F>




More information about the Python-list mailing list