Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
def
ref_contents(path):
28
fname = path[path.rfind(
"/"
) + 1 :]
29
return
"Contents of "
+ fname +
".\n"
30
31
32
def
populate(root, files):
Callers
4
populate
Function · 0.85
_test_reader_files_arg
Function · 0.85
test_file_reader_relpath
Function · 0.85
test_file_reader_relpath_file_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected