Files
pybricks-api/doc/main/micropython/usys.rst
T
Laurens Valk 1c01e981e0 usys: Clean up.
Add requirements, drop autodoc, and add a few cross references.
2021-08-05 16:13:50 +02:00

20 lines
422 B
ReStructuredText

.. pybricks-requirements:: stm32-extra
:mod:`usys` -- System specific functions
============================================================
This MicroPython module is a subset of the `sys module`_ in Python.
.. module:: usys
.. autodata:: usys.stdin
:annotation:
.. autodata:: usys.stdout
:annotation:
.. autodata:: usys.stderr
:annotation:
.. _sys module: https://docs.python.org/3.5/library/sys.html