Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_cmd_line.py69 def get_xoptions(*args): function
78 opts = get_xoptions()
81 opts = get_xoptions('-Xa', '-Xb=c,d=e')
/external/python/cpython3/Python/
Dsysmodule.c1842 get_xoptions(void) in get_xoptions() function
1873 PyObject *opts = get_xoptions(); in _PySys_AddXOptionWithError()
1923 return get_xoptions(); in PySys_GetXOptions()
2513 if (get_xoptions() == NULL) in _PySys_EndInit()