mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 17:46:19 +00:00
20 lines
422 B
ReStructuredText
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
|