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). |
|
|||
|
|||
|
|||
bool |
|
||
Inherited from |
|
|||
Symptom |
|
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7ff6c70ab9d0>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7ff6c70
|
|||
_abc_negative_cache_version = 23
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7ff6c70ab990>
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Create the appropriate Symptom based on the given object (decoded from JSON)
|
Check if the symptom matches the given crash information
|
|
_abc_negative_cache
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |