Home
last modified time | relevance | path

Searched defs:getfunc (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_ctypes/
Dctypes.h165 GETFUNC getfunc; member
178 GETFUNC getfunc; /* getter function if proto is NULL */ member
201 GETFUNC getfunc; /* Only for simple objects */ member
Dcfield.c56 GETFUNC getfunc = NULL; in PyCField_FromDesc() local
D_ctypes.c3067 PyCData_get(PyObject *type, GETFUNC getfunc, PyObject *src, in PyCData_get()
/third_party/python/Lib/sqlite3/test/
Duserfunctions.py183 def getfunc(): function