MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / getmtime

Function getmtime

scripts/test.py:1358–1362  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

1356 with open(cpp_path, 'w') as f:
1357 f.write(cpp)
1358 def getmtime(path):
1359 try:
1360 return os.path.getmtime(path)
1361 except Exception:
1362 return 0
1363 python_config = f'{os.path.realpath(sys.executable)}-config'
1364 # `--embed` adds `-lpython3.11` to the link command, which appears to
1365 # be necessary when building an executable.

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…