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