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

Public Member Functions

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

Member Function Documentation

◆ __len__()

int CDPL.Chem.Fragment.BondSequence.__len__ ( )
Returns

◆ __getitem__()

Bond CDPL.Chem.Fragment.BondSequence.__getitem__ ( int  idx)
Parameters
idx
Returns

◆ __delitem__()

None CDPL.Chem.Fragment.BondSequence.__delitem__ ( int  idx)
Parameters
idx

◆ __contains__()

bool CDPL.Chem.Fragment.BondSequence.__contains__ ( Bond  bond)

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

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