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