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

Function folder_exists

tensorlayer/files/utils.py:2298–2300  ·  view source on GitHub ↗

Check whether a folder exists by given folder path.

(folderpath)

Source from the content-addressed store, hash-verified

2296
2297
2298def folder_exists(folderpath):
2299 """Check whether a folder exists by given folder path."""
2300 return os.path.isdir(folderpath)
2301
2302
2303def del_file(filepath):

Callers 10

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_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…