Skip to content
Snippets Groups Projects
Commit 835e58d7 authored by BIOPZ-Haas Juergen's avatar BIOPZ-Haas Juergen
Browse files

adding documentation for chemlib_info table in compound library

parent c112fb49
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,26 @@ build the compound library manually.
Clear the compound cache.
.. method:: SetChemLibInfo()
When creating the new library the current date and the Version of OST used
are stored into the table chemlib_info.
.. method:: GetOSTVersionUsed()
reads out ost_version_used from the table chemlib_info.
:returns: a version string
:rtype: :class:`String`
.. method:: GetCreationDate()
reads out creation_date from the table chemlib_info.
:returns: a date string (Py), a Date (C++)
:rtype: :class:`String` (Py), :class:`Date`
.. class:: Compound
Holds the description of a chemical compound, such as three-letter-code, and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment