MCPcopy 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

1import sys
2
3# windows doesn't support pwd
4if sys.platform.startswith("win"):

Callers

nothing calls this directly

Calls 3

assert_raisesFunction · 0.90
exitFunction · 0.50
startswithMethod · 0.45

Tested by

no test coverage detected