Home
last modified time | relevance | path

Searched defs:_PyOS_GetOpt (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dgetopt.c50 int _PyOS_GetOpt(int argc, char **argv, char *optstring) in _PyOS_GetOpt() function
/external/python/cpython3/Python/
Dgetopt.c60 int _PyOS_GetOpt(Py_ssize_t argc, wchar_t * const *argv, int *longindex) in _PyOS_GetOpt() function