OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyArg_ParseTuple
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
modsupport.h
16
#define
PyArg_ParseTuple
_PyArg_ParseTuple_SizeT
27
PyAPI_FUNC(int)
PyArg_ParseTuple
(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(
PyArg_ParseTuple
, 2, 3);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
modsupport.h
16
#define
PyArg_ParseTuple
_PyArg_ParseTuple_SizeT
27
PyAPI_FUNC(int)
PyArg_ParseTuple
(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(
PyArg_ParseTuple
, 2, 3);
Completed in 795 milliseconds