![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Chem.BoolMolecularGraphAtomBondMappingFunctor:Public Member Functions | |
| None | __init__ () |
| Initializes the BoolMolecularGraphAtomBondMappingFunctor instance. | |
| None | __init__ (BoolMolecularGraphAtomBondMappingFunctor func) |
| Initializes a copy of the BoolMolecularGraphAtomBondMappingFunctor instance func. More... | |
| None | __init__ (object callable) |
| Initializes the BoolMolecularGraphAtomBondMappingFunctor instance. More... | |
| bool | __call__ (MolecularGraph arg1, AtomBondMapping arg2) |
| bool | __bool__ () |
| bool | __nonzero__ () |
| None CDPL.Chem.BoolMolecularGraphAtomBondMappingFunctor.__init__ | ( | BoolMolecularGraphAtomBondMappingFunctor | func | ) |
Initializes a copy of the BoolMolecularGraphAtomBondMappingFunctor instance func.
| func | The BoolMolecularGraphAtomBondMappingFunctor instance to copy. |
| None CDPL.Chem.BoolMolecularGraphAtomBondMappingFunctor.__init__ | ( | object | callable | ) |
Initializes the BoolMolecularGraphAtomBondMappingFunctor instance.
| callable |
| bool CDPL.Chem.BoolMolecularGraphAtomBondMappingFunctor.__call__ | ( | MolecularGraph | arg1, |
| AtomBondMapping | arg2 | ||
| ) |
| arg1 | |
| arg2 |
| bool CDPL.Chem.BoolMolecularGraphAtomBondMappingFunctor.__bool__ | ( | ) |
| bool CDPL.Chem.BoolMolecularGraphAtomBondMappingFunctor.__nonzero__ | ( | ) |