MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / existsSync

Function existsSync

python/pythonmonkey/require.py:252–254  ·  view source on GitHub ↗
(filename: str)

Source from the content-addressed store, hash-verified

250
251
252def existsSync(filename: str) -> bool:
253 filename = os.path.normpath(filename)
254 return os.path.exists(filename)
255
256
257bootstrap.modules.fs.statSync_inner = statSync_inner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected