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

Function file_exists

tensorlayer/files/utils.py:2293–2295  ·  view source on GitHub ↗

Check whether a file exists by given file path.

(filepath)

Source from the content-addressed store, hash-verified

2291
2292
2293def file_exists(filepath):
2294 """Check whether a file exists by given file path."""
2295 return os.path.isfile(filepath)
2296
2297
2298def folder_exists(folderpath):

Callers 1

load_cropped_svhnFunction · 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…