Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
int | __len__ () |
Bond | __getitem__ (int idx) |
None | __delitem__ (int idx) |
bool | __contains__ (Bond bond) |
Returns the result of the membership test operation bond in self . More... | |
int CDPL.Chem.Fragment.BondSequence.__len__ | ( | ) |
Bond CDPL.Chem.Fragment.BondSequence.__getitem__ | ( | int | idx | ) |
idx |
None CDPL.Chem.Fragment.BondSequence.__delitem__ | ( | int | idx | ) |
idx |
bool CDPL.Chem.Fragment.BondSequence.__contains__ | ( | Bond | bond | ) |
Returns the result of the membership test operation bond in self
.
bond | The value to test for membership. |