Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/includes/
Dtypestruct.h13 reprfunc tp_repr; member
/external/python/cpython3/Doc/includes/
Dtypestruct.h14 reprfunc tp_repr; member
/external/python/cpython3/Include/cpython/
Dobject.h204 reprfunc tp_repr; member
/external/python/cpython2/Include/
Dobject.h336 reprfunc tp_repr; member
/external/python/cpython3/Modules/
D_testcapimodule.c1103 reprfunc tp_repr = PyType_GetSlot(&PyLong_Type, Py_tp_repr); in test_get_statictype_slots() local