| |
- builtins.object
-
- Element
class Element(builtins.object) |
|
The parent of all the intermediate classes
In this we save all the necesarry info to form the tree |
|
Methods defined here:
- __init__(self, name)
- Constructor
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |