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