Trees | Indices | Help |
|
---|
|
object --+ | _AtomCollection --+ | _Molecule
A class used to return molecule information when iterating over molecules in a Structure object.
Important methods include extractStructure and getAtomIndices. The atom attribute can be used to iterate over all atoms in
the molecule, and the number of atoms can be determined via
len(molecule.atom)
.
The residue iterator allows for iteration over residues of the molecule, returning _Residue instances.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
residue Returns residue iterator for all residues in the molecule. |
|||
number Returns the molecule number of this molecule. |
|||
Inherited from |
|
Initialize the Molecule object.
|
str(x)
|
Applies the given display styles to the atoms and bonds of the molecule.
|
|
residueReturns residue iterator for all residues in the molecule.
|
numberReturns the molecule number of this molecule.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:58 2016 | http://epydoc.sourceforge.net |