| |
- builtins.object
-
- A
- B
class A(builtins.object) |
| |
Methods defined here:
- fct()
- fct1()
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- tmp = '0'
|
class B(builtins.object) |
| |
Methods defined here:
- toto(self, machin='')
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |