Home
last modified time | relevance | path

Searched refs:builtin_repr (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h574 {"repr", (PyCFunction)builtin_repr, METH_O, builtin_repr__doc__},
/external/python/cpython2/Python/
Dbltinmodule.c2163 builtin_repr(PyObject *self, PyObject *v) in builtin_repr() function
2670 {"repr", builtin_repr, METH_O, repr_doc},
/external/python/cpython3/Python/
Dbltinmodule.c2158 builtin_repr(PyObject *module, PyObject *obj) in builtin_repr() function