22 lines
207 B
ReStructuredText
22 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)
|