Chemical Data Processing Library Python API - Version 1.4.0
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

◆ __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.