On Oct 3, 3:57 pm, Gregory Ewing <greg.ew...@canterbury.ac.nz> wrote:
> 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.
>
Indeed but the OP should be aware that dir() only reflects the current
state of the object.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to