formations/python/python3/en/_build/html/_sources/utilities.txt

14 lines
173 B
Plaintext

Utilities
=========
duration
--------
The :mod:`timeit` module lets you measure the execution
time of small bits of Python code
.. literalinclude:: ../src/duration.py