Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpuremodule.c58 typedef int (*StringIntArgFunc)(const char*, int); typedef
146 call_stringandint_function(StringIntArgFunc func, PyObject *self, in call_stringandint_function()