rtfd/in/python3/snippets.rst

22 lines
207 B
ReStructuredText
Raw Normal View History

2017-12-02 22:02:37 +00:00
********
Snippets
********
Répertoires
===========
Détruire
--------
.. code:: python3
import shutil
shutil.rmtree(path)
Web
===
.. code:: python3
requests.get(url).content.decode(charset)