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

  /external/python/cpython2/Modules/
cgensupport.h 30 #define getistringarg PyArg_GetString
40 extern int PyArg_GetString(PyObject *args, int nargs,
cgensupport.c 117 PyArg_GetString(PyObject *args, int nargs, int i, string *p_arg)
133 if (!PyArg_GetString(args, nargs, i, &x))
glmodule.c 589 if (!PyArg_GetString(args, 5, 4, &parray))
692 if (!PyArg_GetString(args, 4, 3, &s)) /* For type checking only */
750 if (!PyArg_GetString(args, 4, 3, &s)) /* For type checking only */
    [all...]

Completed in 75 milliseconds