MCPcopy Index your code
hub / github.com/tensorflow/datasets / _PathState

Class _PathState

tensorflow_datasets/testing/test_utils.py:89–93  ·  view source on GitHub ↗

Track the metadata associated with the path.

Source from the content-addressed store, hash-verified

87
88@dataclasses.dataclass
89class _PathState:
90 """Track the metadata associated with the path."""
91
92 is_gcs: bool
93 is_abs: bool
94
95
96class MockFs(object):

Callers 1

_to_tmpMethod · 0.85

Calls

no outgoing calls

Tested by 1

_to_tmpMethod · 0.68