Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorflow/datasets
/ print_tree
Method
print_tree
tensorflow_datasets/testing/test_utils.py:256–257 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
254
)
255
256
def
print_tree(self) -> None:
257
print(_get_folder_str(self._tmp_dir))
258
259
260
def
_get_folder_str(root_dir: pathlib.Path | None) -> str:
Callers
nothing calls this directly
Calls
1
_get_folder_str
Function · 0.85
Tested by
no test coverage detected