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