Home
last modified time | relevance | path

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

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