Home
last modified time | relevance | path

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

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