rtfd/source/python3/snippets.rst
Marc Beninca 2c273a2626 content
2017-12-02 23:02:37 +01:00

21 lines
207 B
ReStructuredText

********
Snippets
********
Répertoires
===========
Détruire
--------
.. code:: python3
import shutil
shutil.rmtree(path)
Web
===
.. code:: python3
requests.get(url).content.decode(charset)