libkdumpfile-0.5.4
Kernel coredump file access
|
Public Member Functions | |
__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) | |
__len__ (self) | |
Additional Inherited Members | |
![]() | |
dir | |
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.
kdumpfile.views.attr_viewdict.__repr__ | ( | self | ) |
Reimplemented from kdumpfile.views.attr_view.