Files
pybricks-api/doc/api/tools.rst
T
Laurens Valk 8acab1898a doc: delete existing inline examples
Those should be included as working and tested Python files instead. They should be toggled on/off.
2019-12-09 14:31:53 +01:00

21 lines
442 B
ReStructuredText

:mod:`tools` -- Timing and Datalogging
======================================
.. automodule:: pybricks.tools
:no-members:
.. autofunction:: print
.. autofunction:: wait
.. autoclass:: pybricks.tools.StopWatch
:no-members:
.. automethod:: pybricks.tools.StopWatch.time
.. automethod:: pybricks.tools.StopWatch.pause
.. automethod:: pybricks.tools.StopWatch.resume
.. automethod:: pybricks.tools.StopWatch.reset