Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ stdlib_pwd.py
File
stdlib_pwd.py
extra_tests/snippets/stdlib_pwd.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sys
2
3
# windows doesn't support pwd
4
if
sys.platform.startswith(
"win"
):
Callers
nothing calls this directly
Calls
3
assert_raises
Function · 0.90
exit
Function · 0.50
startswith
Method · 0.45
Tested by
no test coverage detected