class documentation
        
        class BaseCollector(Generic[ModuleT, ApiObjectT]): (source)
Undocumented
| Method | __init__ | 
    Undocumented | 
| Method | current | 
    Undocumented | 
| Method | last | 
    Undocumented | 
| Method | pop | 
    Exit an object. | 
| Method | push | 
    Enter an object. We can push attributes, but we can't push other stuff inside it. | 
| Instance Variable | current | 
    Undocumented | 
| Instance Variable | last | 
    Undocumented | 
| Instance Variable | module | 
    The new module. | 
| Instance Variable | state | 
    Undocumented | 
| Property | stack | 
    Undocumented | 
Enter an object. We can push attributes, but we can't push other stuff inside it.
| Parameters | |
ob:ApiObjectT | Undocumented |