libkdumpfile-0.5.4
Kernel coredump file access
Loading...
Searching...
No Matches
Public Member Functions
kdumpfile.views.attr_viewdict Class Reference
Inheritance diagram for kdumpfile.views.attr_viewdict:
kdumpfile.views.attr_viewkeys kdumpfile.views.attr_setview kdumpfile.views.attr_view

Public Member Functions

 __repr__ (self)
 
 keys (self)
 
 __getitem__ (self, key)
 
- Public Member Functions inherited from kdumpfile.views.attr_viewkeys
 __contains__ (self, other)
 
 __iter__ (self)
 
- Public Member Functions inherited from kdumpfile.views.attr_setview
 __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)
 
- Public Member Functions inherited from kdumpfile.views.attr_view
 __init__ (self, dir)
 
 __len__ (self)
 

Additional Inherited Members

- Data Fields inherited from kdumpfile.views.attr_view
 dir
 

Detailed Description

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.

Member Function Documentation

◆ __repr__()

kdumpfile.views.attr_viewdict.__repr__ (   self)

Reimplemented from kdumpfile.views.attr_view.


The documentation for this class was generated from the following file: