Superclasses
Joshua C. Marshall
jayantha at ccs.neu.edu
Thu Feb 17 12:30:52 EST 2000
More information about the Python-list mailing list
Thu Feb 17 12:30:52 EST 2000
- Previous message (by thread): Superclasses
- Next message (by thread): Superclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Given a class object, is there a way to get at its superclass object? I'm looking for something like: class A: pass class B(A): pass B.__superclass__ == A # where this is true Please CC jayantha at ccs.neu.edu
- Previous message (by thread): Superclasses
- Next message (by thread): Superclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list