Searched refs:PyArg_GetString (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | cgensupport.h | 30 #define getistringarg PyArg_GetString 40 extern int PyArg_GetString(PyObject *args, int nargs,
|
D | cgensupport.c | 117 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()
|
D | cstubs | 627 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 */
|
D | glmodule.c | 589 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()
|