![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Inheritance diagram for CDPL.Chem.Reaction.ComponentSequence:Public Member Functions | |
| bool | __contains__ (Molecule mol) |
Returns the result of the membership test operation mol in self. More... | |
| int | __len__ () |
| None | __delitem__ (int idx) |
| Molecule | __getitem__ (int idx) |
| bool CDPL.Chem.Reaction.ComponentSequence.__contains__ | ( | Molecule | mol | ) |
Returns the result of the membership test operation mol in self.
| mol | The value to test for membership. |