Home
last modified time | relevance | path

Searched refs:Py_tp_repr (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dtypeslots.h73 #define Py_tp_repr 66 macro
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc566 {Py_tp_repr, (void *)MapReflectionFriend::ScalarMapToStr},
848 {Py_tp_repr, (void *)MapReflectionFriend::MessageMapToStr},
/external/python/cpython3/Objects/
Dstructseq.c469 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in PyStructSequence_NewType()
/external/python/cpython3/Modules/
D_hashopenssl.c573 {Py_tp_repr, EVP_repr},
1716 {Py_tp_repr, (reprfunc)_hmac_repr},
D_tkinter.c941 {Py_tp_repr, (reprfunc)PyTclObject_repr},
3236 {Py_tp_repr, Tktt_Repr},
Dselectmodule.c1932 {Py_tp_repr, kqueue_event_repr},
Dposixmodule.c13520 {Py_tp_repr, DirEntry_repr},