MCPcopy Index your code
hub / github.com/python/cpython / path

Function path

Platforms/emscripten/wasm_assets.py:166–167  ·  view source on GitHub ↗
(val: str)

Source from the content-addressed store, hash-verified

164
165
166def path(val: str) -> pathlib.Path:
167 return pathlib.Path(val).absolute()
168
169
170parser = argparse.ArgumentParser()

Callers

nothing calls this directly

Calls 1

absoluteMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…