Trees | Indices | Help |
---|
|
Abstract base class that provides a method to instantiate the right sub class. It also supports generating a CrashSignature based on the stored information.
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
|
|||
dict |
|
||
String |
|
||
CrashSignature |
|
||
Inherited from |
|
|||
CrashInfo |
|
||
str |
|
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7ff6c7069c50>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7ff6c70
|
|||
_abc_negative_cache_version = 23
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7ff6c7069b50>
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Create a cache object for restoring the class instance later on without parsing the crash data again. This object includes all class fields except for the storage heavy raw objects like stdout, stderr and raw crashdata.
|
Create appropriate CrashInfo instance from raw crash data
|
|
|
This function removes function arguments and other non-generic parts of the function frame, returning a (hopefully) generic function name.
|
|
_abc_negative_cache
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |