Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfuncobject.c551 PyFunctionObject *newfunc; in func_new_impl() local
/third_party/python/Include/
Dobject.h214 typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); typedef