Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
166
def
path(val: str) -> pathlib.Path:
167
return
pathlib.Path(val).absolute()
168
169
170
parser = argparse.ArgumentParser()
Callers
nothing calls this directly
Calls
1
absolute
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…