Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Chem.Reaction.ComponentSequence Class Reference
+ 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)
 

Member Function Documentation

◆ __contains__()

bool CDPL.Chem.Reaction.ComponentSequence.__contains__ ( Molecule  mol)

Returns the result of the membership test operation mol in self.

Parameters
molThe value to test for membership.
Returns
The result of the membership test operation.

◆ __len__()

int CDPL.Chem.Reaction.ComponentSequence.__len__ ( )
Returns

◆ __delitem__()

None CDPL.Chem.Reaction.ComponentSequence.__delitem__ ( int  idx)
Parameters
idx

◆ __getitem__()

Molecule CDPL.Chem.Reaction.ComponentSequence.__getitem__ ( int  idx)
Parameters
idx
Returns