Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorflow/datasets
/ fake_examples_dir
Function
fake_examples_dir
tensorflow_datasets/testing/test_utils.py:84–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
84
def
fake_examples_dir():
85
return
os.path.join(os.path.dirname(__file__),
'test_data'
,
'fake_examples'
)
86
87
88
@dataclasses.dataclass
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
dirname
Method · 0.80
Tested by
no test coverage detected