Inheritance Queries

Skip Montanaro skip at pobox.com
Thu Jul 12 18:14:00 EDT 2001


    Angel> Is there a package to get information about the inheritance of a
    Angel> class/instance?

Check out inspect.  From the interpreter prompt execute

    import inspect, pydoc
    pydoc.help(inspect)

-- 
Skip Montanaro (skip at pobox.com)
(847)971-7098




More information about the Python-list mailing list