libkdumpfile-0.5.2
Kernel coredump file access
|
Public Member Functions | |
def | __repr__ (self) |
def | keys (self) |
def | __getitem__ (self, key) |
![]() | |
def | __contains__ (self, other) |
def | __iter__ (self) |
![]() | |
def | __eq__ (self, other) |
def | __ne__ (self, other) |
def | __lt__ (self, other) |
def | __le__ (self, other) |
def | __gt__ (self, other) |
def | __ge__ (self, other) |
def | __or__ (self, other) |
def | __and__ (self, other) |
def | __sub__ (self, other) |
def | __xor__ (self, other) |
![]() | |
def | __init__ (self, dir) |
def | __repr__ (self) |
def | __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.
def kdumpfile.views.attr_viewdict.__repr__ | ( | self | ) |
Reimplemented from kdumpfile.views.attr_view.