Searched refs:get_xoptions (Results 1 – 2 of 2) sorted by relevance
74 def get_xoptions(*args): function83 opts = get_xoptions()86 opts = get_xoptions('-Xa', '-Xb=c,d=e')
2352 get_xoptions(PyThreadState *tstate) in get_xoptions() function2385 PyObject *opts = get_xoptions(tstate); in _PySys_AddXOptionWithError()2434 return get_xoptions(tstate); in PySys_GetXOptions()