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