Searched refs:builtin_repr (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | bltinmodule.c.h | 574 {"repr", (PyCFunction)builtin_repr, METH_O, builtin_repr__doc__},
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 2163 builtin_repr(PyObject *self, PyObject *v) in builtin_repr() function 2670 {"repr", builtin_repr, METH_O, repr_doc},
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 2158 builtin_repr(PyObject *module, PyObject *obj) in builtin_repr() function
|