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

Document io.mmcif.MMCifInfo.(G|S)etObsoleteInfo()

parent d017e57c
Branches
Tags
No related merge requests found
...@@ -150,6 +150,15 @@ of the annotation available. ...@@ -150,6 +150,15 @@ of the annotation available.
:type: :class:`MMCifInfoRevisions` :type: :class:`MMCifInfoRevisions`
.. attribute:: obsolete
Stores information about obsoleted / superseded entries.
Also available as :meth:`GetObsoleteInfo`. May also be modified by
:meth:`SetObsoleteInfo`.
:type: :class:`MMCifInfoObsolete`
.. method:: AddCitation(citation) .. method:: AddCitation(citation)
Add a citation to the citation list of an info object. Add a citation to the citation list of an info object.
...@@ -286,6 +295,14 @@ of the annotation available. ...@@ -286,6 +295,14 @@ of the annotation available.
Set the date, when this entry first entered the PDB. Ignored if it was set Set the date, when this entry first entered the PDB. Ignored if it was set
in the past. See :meth:`MMCifInfoRevisions.SetDateOriginal`. in the past. See :meth:`MMCifInfoRevisions.SetDateOriginal`.
.. method:: GetObsoleteInfo()
See :attr:`obsolete`
.. method:: SetObsoleteInfo()
See :attr:`obsolete`
.. class:: MMCifInfoCitation .. class:: MMCifInfoCitation
This stores citation information from an input file. This stores citation information from an input file.
...@@ -894,7 +911,8 @@ of the annotation available. ...@@ -894,7 +911,8 @@ of the annotation available.
.. class:: MMCifInfoObsolete .. class:: MMCifInfoObsolete
Holds details on obsolete/ superseded structures. Holds details on obsolete / superseded structures. The data is
available both in the obsolete and in the replacement entries.
.. attribute:: date .. attribute:: date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment