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