![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Parent class inherited from built-in exception. More...
Public Member Functions | |
def | __getstate__ (self) |
def | __setstate__ (self, _dict) |
Parent class inherited from built-in exception.
Base class for all exceptions in this module.
Definition at line 39 of file ErrorHandling.py.
def PyXMake.Tools.ErrorHandling.Error.__getstate__ | ( | self | ) |
Prepare the object for pickling (2to3 compatible)
Definition at line 43 of file ErrorHandling.py.
def PyXMake.Tools.ErrorHandling.Error.__setstate__ | ( | self, | |
_dict | |||
) |
Recover a dictionary from pickling (2to3 compatible)
Definition at line 49 of file ErrorHandling.py.