MCPcopy
hub / github.com/huggingface/datasets / modified

Method modified

tests/fixtures/fsspec.py:65–67  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

63 return self._fs.created(path)
64
65 def modified(self, path):
66 path = posixpath.join(self.local_root_dir, self._strip_protocol(path))
67 return self._fs.modified(path)
68
69 @classmethod
70 def _strip_protocol(cls, path):

Callers

nothing calls this directly

Calls 1

_strip_protocolMethod · 0.95

Tested by

no test coverage detected