![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Base.VoidFunctor:Public Member Functions | |
| None | __init__ () |
| Initializes the VoidFunctor instance. | |
| None | __init__ (VoidFunctor func) |
| Initializes a copy of the VoidFunctor instance func. More... | |
| None | __init__ (object callable) |
| Initializes the VoidFunctor instance. More... | |
| None | __call__ () |
| bool | __bool__ () |
| bool | __nonzero__ () |
| None CDPL.Base.VoidFunctor.__init__ | ( | VoidFunctor | func | ) |
Initializes a copy of the VoidFunctor instance func.
| func | The VoidFunctor instance to copy. |
| None CDPL.Base.VoidFunctor.__init__ | ( | object | callable | ) |
Initializes the VoidFunctor instance.
| callable |
| bool CDPL.Base.VoidFunctor.__bool__ | ( | ) |
| bool CDPL.Base.VoidFunctor.__nonzero__ | ( | ) |