Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Chem.Molecule.AtomSequence Class Reference
+ Inheritance diagram for CDPL.Chem.Molecule.AtomSequence:

Public Member Functions

int __len__ ()
 
Atom __getitem__ (int idx)
 
None __delitem__ (int idx)
 
bool __contains__ (Atom atom)
 Returns the result of the membership test operation atom in self. More...
 

Member Function Documentation

◆ __len__()

int CDPL.Chem.Molecule.AtomSequence.__len__ ( )
Returns

◆ __getitem__()

Atom CDPL.Chem.Molecule.AtomSequence.__getitem__ ( int  idx)
Parameters
idx
Returns

◆ __delitem__()

None CDPL.Chem.Molecule.AtomSequence.__delitem__ ( int  idx)
Parameters
idx

◆ __contains__()

bool CDPL.Chem.Molecule.AtomSequence.__contains__ ( Atom  atom)

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

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