Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Dtypestruct.h68 newfunc tp_new; member
/external/python/cpython3/Include/cpython/
Dobject.h214 newfunc tp_new; member
/external/python/cpython3/Modules/
D_testcapimodule.c529 newfunc tp_new = PyType_GetSlot(&PyLong_Type, Py_tp_new); in test_get_statictype_slots() local