![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
A generic wrapper class used to store a user-defined callback functions (see [FUNWRP]). More...
Inheritance diagram for CDPL.ConfGen.CallbackFunction: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__ | ( | ) |