Chemical Data Processing Library Python API - Version 1.1.1
|
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.MolecularGraph.BondSequence.__len__ | ( | ) |
Bond CDPL.Chem.MolecularGraph.BondSequence.__getitem__ | ( | int | idx | ) |
idx |
bool CDPL.Chem.MolecularGraph.BondSequence.__contains__ | ( | Bond | bond | ) |
Returns the result of the membership test operation bond in self
.
bond | The value to test for membership. |