MCPcopy 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
84def 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

joinMethod · 0.80
dirnameMethod · 0.80

Tested by

no test coverage detected