Home
last modified time | relevance | path

Searched refs:structseq_repr (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dstructseq.c232 structseq_repr(PyStructSequence *obj) in structseq_repr() function
272 PyErr_Format(PyExc_SystemError, "In structseq_repr(), member %zd name is NULL" in structseq_repr()
484 type->tp_repr = (reprfunc)structseq_repr; in _PyStructSequence_InitType()
582 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in _PyStructSequence_NewType()

Completed in 3 milliseconds