MCPcopy Create free account
hub / github.com/NVIDIA/DALI / ref_contents

Function ref_contents

dali/test/python/reader/test_file.py:27–29  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

25
26
27def ref_contents(path):
28 fname = path[path.rfind("/") + 1 :]
29 return "Contents of " + fname + ".\n"
30
31
32def populate(root, files):

Callers 4

populateFunction · 0.85
_test_reader_files_argFunction · 0.85
test_file_reader_relpathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected