Inheritance from builtin list and override of methods.

Fredrik Lundh fredrik at pythonware.com
Sun Nov 26 11:52:47 EST 2006


Michalis Giannakidis wrote:

> Could someone please explain the reasoning/behabiour of these?

in general, methods on C objects are implemented in terms of operations 
on the internal data structures, not in terms of a subset of the methods 
already provided by the object.

</F>




More information about the Python-list mailing list