Inheritance and name clashes

Gregory Ewing greg.ewing at canterbury.ac.nz
Sun Oct 3 18:57:18 EDT 2010


Rock wrote:
> What if the
> library I'm using doesn't realase the source, or what if I just can't
> get my hands on it for some reason or another?

You can always use dir() on an instance of the class to
find out what names it's using.

-- 
Greg



More information about the Python-list mailing list