Skip to content
Snippets Groups Projects
Verified Commit 3564f922 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: cleanup

parent b97f1c27
No related branches found
No related tags found
No related merge requests found
......@@ -1617,6 +1617,12 @@ The View Classes
print(chain.residues) # [B.GLY1, B.GLY4, B.GLY3]
print(chain.in_sequence) # prints false
Note that the value of `in_sequence` is independent from the value of
:attr:`ChainHandle.in_sequence`.
:type: bool
.. attribute:: atoms
Get list of all atoms of this chain. To access a single atom, use
......@@ -1656,14 +1662,6 @@ The View Classes
The chain handle this view points to. Also available as :meth:`GetHandle`.
:type: :class:`ChainHandle`
.. attribute:: in_sequence
Whether the residue numbers are in ascending order. Note that the value of
`in_sequence` is independent from the value of
:attr:`ChainHandle.in_sequence`.
:type: bool
.. attribute:: geometric_center
......@@ -1880,12 +1878,6 @@ The View Classes
:type: :class:`ChainView`
.. attribute:: handle
The residue handle this view points to
:type: :class:`ResidueHandle`
.. attribute:: atoms
Get list of all atoms of this residue. To access a single atom, use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment