rtfd/in/python3/snippets.rst
2018-05-10 12:19:20 +02: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)