Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/includes/
Dtypestruct.h14 reprfunc tp_repr; member
/external/python/cpython3/Include/cpython/
Dobject.h160 reprfunc tp_repr; member
/external/python/cpython3/Include/internal/
Dpycore_runtime.h137 uint64_t tp_repr; member
/external/python/cpython3/Modules/
D_testcapimodule.c535 reprfunc tp_repr = PyType_GetSlot(&PyLong_Type, Py_tp_repr); in test_get_statictype_slots() local