class DA(builtins.object)
| Data descriptors defined here:
- |
+ |\x20\x20
| __dict__
| dictionary for instance variables (if defined)
- |
+ |\x20\x20
| __weakref__
| list of weak references to the object (if defined)
- |
+ |\x20\x20
| ham
- |
+ |\x20\x20
| ----------------------------------------------------------------------
| Data and other attributes inherited from Meta:
- |
+ |\x20\x20
| ham = 'spam'
""".strip()
class Class(builtins.object)
| Data and other attributes inherited from Meta:
- |
+ |\x20\x20
| LIFE = 42
""".strip()
class Class1(builtins.object)
| Data and other attributes inherited from Meta1:
- |
+ |\x20\x20
| one = 1
""".strip()
| Class2
| Class1
| builtins.object
- |
+ |\x20\x20
| Data and other attributes inherited from Meta1:
- |
+ |\x20\x20
| one = 1
- |
+ |\x20\x20
| ----------------------------------------------------------------------
| Data and other attributes inherited from Meta3:
- |
+ |\x20\x20
| three = 3
- |
+ |\x20\x20
| ----------------------------------------------------------------------
| Data and other attributes inherited from Meta2:
- |
+ |\x20\x20
| two = 2
""".strip()
class C(builtins.object)
| Data and other attributes defined here:
- |
+ |\x20\x20
| here = 'present!'
""".strip()