Home
last modified time | relevance | path

Searched defs:_os (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/curses/
D__init__.py14 import os as _os namespace
/third_party/python/Lib/dbm/
Ddumb.py26 import os as _os namespace
45 _os = _os # for _commit() variable in _Database
/third_party/python/Lib/importlib/
D_bootstrap_external.py35 import nt as _os namespace
38 import posix as _os namespace
/third_party/python/Lib/
Drandom.py57 import os as _os namespace
Dtempfile.py42 import os as _os namespace
Dthreading.py3 import os as _os namespace
Dargparse.py88 import os as _os namespace
/third_party/python/Lib/ctypes/
D__init__.py3 import os as _os, sys as _sys namespace
/third_party/typescript/src/compiler/
Dsys.ts1429 const _os = require("os"); constant