MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / del_folder

Function del_folder

tensorlayer/files/utils.py:2308–2310  ·  view source on GitHub ↗

Delete a folder by given folder path.

(folderpath)

Source from the content-addressed store, hash-verified

2306
2307
2308def del_folder(folderpath):
2309 """Delete a folder by given folder path."""
2310 shutil.rmtree(folderpath)
2311
2312
2313def read_file(filepath):

Callers 2

load_voc_datasetFunction · 0.90
load_voc_datasetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…