Home
last modified time | relevance | path

Searched defs:tp_new (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/includes/
Dtypestruct.h68 newfunc tp_new; member
/third_party/python/Include/cpython/
Dobject.h258 newfunc tp_new; member
/third_party/python/Modules/
D_testcapimodule.c1097 newfunc tp_new = PyType_GetSlot(&PyLong_Type, Py_tp_new); in test_get_statictype_slots() local