Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpuremodule.c57 typedef int (*PrintfishFunc)(const char*, ...); typedef
116 call_printfish_function(PrintfishFunc func, PyObject *self, PyObject *args) in call_printfish_function()