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

Method created

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

Source from the content-addressed store, hash-verified

59 return self._fs._open(path, *args, **kwargs)
60
61 def created(self, path):
62 path = posixpath.join(self.local_root_dir, self._strip_protocol(path))
63 return self._fs.created(path)
64
65 def modified(self, path):
66 path = posixpath.join(self.local_root_dir, self._strip_protocol(path))

Callers

nothing calls this directly

Calls 1

_strip_protocolMethod · 0.95

Tested by

no test coverage detected