Chemical Data Processing Library Python API - Version 1.1.1
|
A generic wrapper class used to store a user-defined callback functions (see [FUNWRP]). More...
Public Member Functions | |
None | __init__ () |
Initializes the CallbackFunction instance. | |
None | __init__ (CallbackFunction func) |
Initializes a copy of the CallbackFunction instance func. More... | |
None | __init__ (object callable) |
Initializes the CallbackFunction instance. More... | |
bool | __call__ () |
bool | __bool__ () |
bool | __nonzero__ () |
A generic wrapper class used to store a user-defined callback functions (see [FUNWRP]).
None CDPL.ConfGen.CallbackFunction.__init__ | ( | CallbackFunction | func | ) |
Initializes a copy of the CallbackFunction instance func.
func | The CallbackFunction instance to copy. |
None CDPL.ConfGen.CallbackFunction.__init__ | ( | object | callable | ) |
Initializes the CallbackFunction instance.
callable |
bool CDPL.ConfGen.CallbackFunction.__call__ | ( | ) |
bool CDPL.ConfGen.CallbackFunction.__bool__ | ( | ) |
bool CDPL.ConfGen.CallbackFunction.__nonzero__ | ( | ) |