![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
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. |
| int CDPL.Chem.Reaction.ComponentSequence.__len__ | ( | ) |
| None CDPL.Chem.Reaction.ComponentSequence.__delitem__ | ( | int | idx | ) |
| idx |
| Molecule CDPL.Chem.Reaction.ComponentSequence.__getitem__ | ( | int | idx | ) |
| idx |