MCPcopy 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

1r"""OS routines for NT or Posix depending on what system we're on.
2
3This exports:
4 - all functions from posix or nt, e.g. unlink, stat, etc.

Callers

nothing calls this directly

Calls 10

_get_exports_listFunction · 0.85
setFunction · 0.85
_addFunction · 0.85
_create_environ_mappingFunction · 0.85
_EnvironClass · 0.85
_fscodecFunction · 0.85
_existsFunction · 0.70
appendMethod · 0.45
extendMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected