Home
last modified time | relevance | path

Searched refs:get_xoptions (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_cmd_line.py74 def get_xoptions(*args): function
83 opts = get_xoptions()
86 opts = get_xoptions('-Xa', '-Xb=c,d=e')
/third_party/python/Python/
Dsysmodule.c2352 get_xoptions(PyThreadState *tstate) in get_xoptions() function
2385 PyObject *opts = get_xoptions(tstate); in _PySys_AddXOptionWithError()
2434 return get_xoptions(tstate); in PySys_GetXOptions()