Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpuremodule.c55 typedef int (*VoidArgFunc)(void); typedef
63 call_voidarg_function(VoidArgFunc func, PyObject *self, PyObject *args) in call_voidarg_function()