Home
last modified time | relevance | path

Searched refs:PyArg_GetString (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dcgensupport.h30 #define getistringarg PyArg_GetString
40 extern int PyArg_GetString(PyObject *args, int nargs,
Dcgensupport.c117 PyArg_GetString(PyObject *args, int nargs, int i, string *p_arg) in PyArg_GetString() function
133 if (!PyArg_GetString(args, nargs, i, &x)) in PyArg_GetChar()
Dcstubs627 if (!PyArg_GetString(args, 5, 4, &parray))
739 if (!PyArg_GetString(args, 4, 3, &s)) /* For type checking only */
800 if (!PyArg_GetString(args, 4, 3, &s)) /* For type checking only */
Dglmodule.c589 if (!PyArg_GetString(args, 5, 4, &parray)) in gl_lrectwrite()
692 if (!PyArg_GetString(args, 4, 3, &s)) /* For type checking only */ in gl_packrect()
750 if (!PyArg_GetString(args, 4, 3, &s)) /* For type checking only */ in gl_unpackrect()