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

Function del_file

tensorlayer/files/utils.py:2303–2305  ·  view source on GitHub ↗

Delete a file by given file path.

(filepath)

Source from the content-addressed store, hash-verified

2301
2302
2303def del_file(filepath):
2304 """Delete a file by given file path."""
2305 os.remove(filepath)
2306
2307
2308def del_folder(folderpath):

Callers 11

load_flickr25k_datasetFunction · 0.90
load_flickr1M_datasetFunction · 0.90
load_voc_datasetFunction · 0.90
load_mpii_pose_datasetFunction · 0.90
load_cyclegan_datasetFunction · 0.90
load_cropped_svhnFunction · 0.85
load_flickr25k_datasetFunction · 0.85
load_flickr1M_datasetFunction · 0.85
load_cyclegan_datasetFunction · 0.85
load_voc_datasetFunction · 0.85
load_mpii_pose_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…