MCPcopy Create free account
hub / github.com/catboost/catboost / path_stats

Method path_stats

library/python/runtime_py3/__res.py:488–491  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

486 return compile('', modname, 'exec', dont_inherit=True)
487
488 def path_stats(self, path):
489 path = resfs_resolve(path, check_existence=False)
490 st = _path_stat(path)
491 return {'mtime': st.st_mtime, 'size': st.st_size}
492
493 def is_package(self, fullname):
494 if fullname in self.memory:

Callers

nothing calls this directly

Calls 1

resfs_resolveFunction · 0.85

Tested by

no test coverage detected