Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcgensupport.c14 PyArg_GetObject(register PyObject *args, int nargs, int i, PyObject **p_arg) in PyArg_GetObject() function
108 if (!PyArg_GetObject(args, nargs, i, &v)) in PyArg_GetFloat()
120 if (!PyArg_GetObject(args, nargs, i, &v)) in PyArg_GetString()
147 if (!PyArg_GetObject(args, nargs, i, &v)) in PyArg_GetLongArraySize()
176 if (!PyArg_GetObject(args, nargs, i, &v)) in PyArg_GetLongArray()
213 if (!PyArg_GetObject(args, nargs, i, &v)) in PyArg_GetShortArray()
250 if (!PyArg_GetObject(args, nargs, i, &v)) in PyArg_GetDoubleArray()
283 if (!PyArg_GetObject(args, nargs, i, &v)) in PyArg_GetFloatArray()
Dcgensupport.h26 #define getiobjectarg PyArg_GetObject
32 extern int PyArg_GetObject(PyObject *args, int nargs,
Dcstubs105 if (!PyArg_GetObject(args, 1, 0, &v))
208 if (!PyArg_GetObject(args, 1, 0, &v))
299 if (!PyArg_GetObject(args, 6, 2, &v))
374 if (!PyArg_GetObject(args, 4, 1, &v))
412 if (!PyArg_GetObject(args, 2, 0, &v))
629 if (!PyArg_GetObject(args, 5, 4, &s))
741 if (!PyArg_GetObject(args, 4, 3, &unpacked))
802 if (!PyArg_GetObject(args, 4, 3, &packed))
Dglmodule.c99 if (!PyArg_GetObject(args, 1, 0, &v)) in gl_varray()
194 if (!PyArg_GetObject(args, 1, 0, &v)) in gen_nvarray()
282 if (!PyArg_GetObject(args, 6, 2, &v)) in gl_nurbssurface()
354 if (!PyArg_GetObject(args, 4, 1, &v)) in gl_nurbscurve()
389 if (!PyArg_GetObject(args, 2, 0, &v)) in gl_pwlcurve()
591 if (!PyArg_GetObject(args, 5, 4, &s)) in gl_lrectwrite()
694 if (!PyArg_GetObject(args, 4, 3, &unpacked)) in gl_packrect()
752 if (!PyArg_GetObject(args, 4, 3, &packed)) in gl_unpackrect()