formations/python/python3/en/utilities.txt

14 lines
173 B
Plaintext
Raw Normal View History

2018-08-21 10:25:44 +02:00
Utilities
=========
duration
--------
The :mod:`timeit` module lets you measure the execution
time of small bits of Python code
.. literalinclude:: ../src/duration.py