Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
int | __len__ () |
Atom | __getitem__ (int idx) |
bool | __contains__ (Atom atom) |
Returns the result of the membership test operation atom in self . More... | |
int CDPL.Chem.MolecularGraph.AtomSequence.__len__ | ( | ) |
Atom CDPL.Chem.MolecularGraph.AtomSequence.__getitem__ | ( | int | idx | ) |
idx |
bool CDPL.Chem.MolecularGraph.AtomSequence.__contains__ | ( | Atom | atom | ) |
Returns the result of the membership test operation atom in self
.
atom | The value to test for membership. |