![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Chem.Bond.AtomSequence: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.Bond.AtomSequence.__len__ | ( | ) |
| Atom CDPL.Chem.Bond.AtomSequence.__getitem__ | ( | int | idx | ) |
| idx |
| bool CDPL.Chem.Bond.AtomSequence.__contains__ | ( | Atom | atom | ) |
Returns the result of the membership test operation atom in self.
| atom | The value to test for membership. |