![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Chem.Atom.BondSequence:Public Member Functions | |
| int | __len__ () |
| Bond | __getitem__ (int idx) |
| bool | __contains__ (Bond bond) |
Returns the result of the membership test operation bond in self. More... | |
| int CDPL.Chem.Atom.BondSequence.__len__ | ( | ) |
| Bond CDPL.Chem.Atom.BondSequence.__getitem__ | ( | int | idx | ) |
| idx |
| bool CDPL.Chem.Atom.BondSequence.__contains__ | ( | Bond | bond | ) |
Returns the result of the membership test operation bond in self.
| bond | The value to test for membership. |