Skip to content
Snippets Groups Projects
Commit 50d2833d authored by Bienchen's avatar Bienchen
Browse files

Added missing documentation to the MMCifParser's Python interface; did a bit...

Added missing documentation to the MMCifParser's Python interface; did a bit of spelling correction.
parent dddd9a23
Branches
Tags
No related merge requests found
...@@ -370,7 +370,7 @@ of the annotation available. ...@@ -370,7 +370,7 @@ of the annotation available.
.. attribute:: details .. attribute:: details
Special asepcts of the biological assembly. If not provided, resembles an Special aspects of the biological assembly. If not provided, resembles an
empty string. empty string.
Also available as :meth:`GetDetails`. May also be modified by Also available as :meth:`GetDetails`. May also be modified by
...@@ -387,7 +387,8 @@ of the annotation available. ...@@ -387,7 +387,8 @@ of the annotation available.
Translations and rotations needed to create the biounit. Translations and rotations needed to create the biounit.
May be modified by :meth:`AddOperations` Also available as :meth:`GetOperations`. May be modified by
:meth:`AddOperations`
.. method:: GetDetails() .. method:: GetDetails()
...@@ -405,6 +406,10 @@ of the annotation available. ...@@ -405,6 +406,10 @@ of the annotation available.
See :attr:`chains` See :attr:`chains`
.. method:: GetOperations()
See :attr:`operations`
.. method:: AddOperations(list of operations) .. method:: AddOperations(list of operations)
See :attr:`operations` See :attr:`operations`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment