HomeSort by relevance Sort by last modified time
    Searched refs:ignore_environment (Results 1 - 12 of 12) sorted by null

  /external/python/cpython3/Lib/xml/dom/
domreg.py 60 elif not sys.flags.ignore_environment and "PYTHON_DOM" in os.environ:
  /external/python/cpython3/Lib/xml/sax/
__init__.py 61 if not sys.flags.ignore_environment and "PY_SAX_PARSER" in os.environ:
  /external/python/cpython3/Include/
pystate.h 32 int ignore_environment; /* -E, Py_IgnoreEnvironmentFlag */ member in struct:__anon37120
82 .ignore_environment = -1, \
  /external/python/cpython3/Modules/
main.c 809 config->ignore_environment++;
833 config->ignore_environment++;
    [all...]
  /external/python/cpython3/Lib/asyncio/
coroutines.py 28 return sys.flags.dev_mode or (not sys.flags.ignore_environment and
  /external/python/cpython3/Lib/test/
test_gdb.py 408 if not sys.flags.ignore_environment:
426 if not sys.flags.ignore_environment:
    [all...]
test_builtin.py     [all...]
test_faulthandler.py 360 "-E" if sys.flags.ignore_environment else "",
  /external/python/cpython2/Lib/
ssl.py 512 if not sys.flags.ignore_environment:
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 279 if sys.flags.ignore_environment:
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py     [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py     [all...]

Completed in 626 milliseconds