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