Home
last modified time | relevance | path

Searched defs:pyfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/
DNav.c51 PyObject *pyfunc; in my_eventProc() local
77 PyObject *pyfunc; in my_previewProc() local
103 PyObject *pyfunc; in my_filterProc() local
/external/python/cpython3/Lib/test/
Dtest_call.py375 def pyfunc(arg1, arg2): function