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