MCPcopy Index your code
hub / github.com/microsoft/SandDance / mtime

Function mtime

python/jupyter-widget/setupbase.py:318–320  ·  view source on GitHub ↗

shorthand for mtime

(path)

Source from the content-addressed store, hash-verified

316
317
318def mtime(path):
319 """shorthand for mtime"""
320 return os.stat(path).st_mtime
321
322
323def install_npm(path=None, build_dir=None, source_dir=None, build_cmd='build', force=False, npm=None):

Callers 2

compare_recursive_mtimeFunction · 0.85
recursive_mtimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected