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

doc: qualified_name on residues

parent c46b7142
Branches
Tags
No related merge requests found
...@@ -570,6 +570,16 @@ The Handle Classes ...@@ -570,6 +570,16 @@ The Handle Classes
This property is read-only. To change the name of the residue, use This property is read-only. To change the name of the residue, use
:meth:`~EditorBase.RenameResidue`. :meth:`~EditorBase.RenameResidue`.
:type: str
.. attribute:: qualified_name
The qualified name consists of a residue identifier and chain name.
For a glycine with residue number 2 of chain A, the qualified name is
"A.GLY2". Also available as :meth:`GetQualifiedName`.
:type: str
.. attribute:: number .. attribute:: number
...@@ -804,6 +814,10 @@ The Handle Classes ...@@ -804,6 +814,10 @@ The Handle Classes
:returns: Whether the switch was successful (e.g. False if no such :returns: Whether the switch was successful (e.g. False if no such
group exists) group exists)
.. method:: GetQualifiedName()
See :attr:`qualified_name`
.. method:: GetAtomList() .. method:: GetAtomList()
See :attr:`atoms` See :attr:`atoms`
...@@ -1804,6 +1818,11 @@ The View Classes ...@@ -1804,6 +1818,11 @@ The View Classes
This property is read-only. To change the name of the residue, use This property is read-only. To change the name of the residue, use
:meth:`~EditorBase.RenameResidue`. :meth:`~EditorBase.RenameResidue`.
.. attribute:: qualified_name
See :meth:`~ResidueHandle.qualified_name`.
Also available as :meth:`GetQualifiedName`.
.. attribute:: number .. attribute:: number
The number of this residue. The residue number has a numeric part and an The number of this residue. The residue number has a numeric part and an
...@@ -1893,6 +1912,10 @@ The View Classes ...@@ -1893,6 +1912,10 @@ The View Classes
See :attr:`handle` See :attr:`handle`
.. method:: GetQualifiedName()
See :attr:`qualified_name`
.. method:: GetMass() .. method:: GetMass()
See :attr:`mass` See :attr:`mass`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment