Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the VoidDataIOBaseFunctor instance. | |
None | __init__ (VoidDataIOBaseFunctor func) |
Initializes a copy of the VoidDataIOBaseFunctor instance func. More... | |
None | __init__ (object callable) |
Initializes the VoidDataIOBaseFunctor instance. More... | |
None | __call__ (DataIOBase arg1, float arg2) |
bool | __bool__ () |
bool | __nonzero__ () |
None CDPL.Base.VoidDataIOBaseFunctor.__init__ | ( | VoidDataIOBaseFunctor | func | ) |
Initializes a copy of the VoidDataIOBaseFunctor instance func.
func | The VoidDataIOBaseFunctor instance to copy. |
None CDPL.Base.VoidDataIOBaseFunctor.__init__ | ( | object | callable | ) |
Initializes the VoidDataIOBaseFunctor instance.
callable |
None CDPL.Base.VoidDataIOBaseFunctor.__call__ | ( | DataIOBase | arg1, |
float | arg2 | ||
) |
arg1 | |
arg2 |
bool CDPL.Base.VoidDataIOBaseFunctor.__bool__ | ( | ) |
bool CDPL.Base.VoidDataIOBaseFunctor.__nonzero__ | ( | ) |