Skip to content
Snippets Groups Projects
Commit 201c66dd authored by Bienchen's avatar Bienchen
Browse files

Small documentation improvement.

parent 6e4a10de
No related branches found
No related tags found
No related merge requests found
......@@ -401,6 +401,12 @@ The Handle Classes
print chain.residues # [B.GLY1, B.GLY4, B.GLY3]
print chain.in_sequence # prints false
.. attribute:: residue_count
Number of residues. Read-only. See :meth:`GetResidueCount`.
:type: :class:`int`
.. attribute:: atoms
Get list of all atoms of this chain. To access a single atom, use
......@@ -454,7 +460,11 @@ The Handle Classes
.. method:: GetResidueList()
See :attr:`residues`.
See :attr:`residues`
.. method:: GetResidueCount()
See :attr:`residue_count`
.. method:: FindAtom(res_num, atom_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment