|
| __repr__ (self) |
|
| keys (self) |
|
| __getitem__ (self, key) |
|
| __contains__ (self, other) |
|
| __iter__ (self) |
|
| __eq__ (self, other) |
|
| __ne__ (self, other) |
|
| __lt__ (self, other) |
|
| __le__ (self, other) |
|
| __gt__ (self, other) |
|
| __ge__ (self, other) |
|
| __or__ (self, other) |
|
| __and__ (self, other) |
|
| __sub__ (self, other) |
|
| __xor__ (self, other) |
|
| __init__ (self, dir) |
|
| __repr__ (self) |
|
| __len__ (self) |
|
Provide a dict-like view on an attribute directory. Nested attribute
directories are shown as dictionaries, so the view provides a deep copy
the attribute (sub-)hierarchy.
The documentation for this class was generated from the following file:
- python/kdumpfile/views.py