![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Inheritance diagram for CDPL.Chem.Fragment.BondSequence: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... | |
| 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. |