Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ os.py
File
os.py
Lib/os.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
r
""
"OS routines
for
NT or Posix depending on what system we&
#x27;re on.
2
3
This exports:
4
- all functions
from
posix or nt, e.g. unlink, stat, etc.
Callers
nothing calls this directly
Calls
10
_get_exports_list
Function · 0.85
set
Function · 0.85
_add
Function · 0.85
_create_environ_mapping
Function · 0.85
_Environ
Class · 0.85
_fscodec
Function · 0.85
_exists
Function · 0.70
append
Method · 0.45
extend
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected