Files
pyspapi/docs/api.rst

31 lines
763 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.. currentmodule:: pyspapi
Справочник API
===============
В следующем разделе описывается API pyspapi.
Информация о версии
---------------------
Существует два основных способа запроса информации о версии.
.. data:: version_info
Именованный кортеж, аналогичный :obj:`py:sys.version_info`.
Как и в :obj:`py:sys.version_info`, допустимые значения для ``releaselevel`` это
'alpha', 'beta', 'candidate' и 'final'.
.. data:: __version__
Строковое представление версии.
``pyspapi``
-----------
``SPAPI``
~~~~~~~~~
.. autoclass:: SPAPI
:members: