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