Searched defs:builtin_chr (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Python/clinic/
H A Dbltinmodule.c.h112 {"chr", (PyCFunction)builtin_chr, METH_O, builtin_chr__doc__},
118 builtin_chr(PyObject *module, PyObject *arg) function
/external/python/cpython2/Python/
H A Dbltinmodule.c380 builtin_chr(PyObject *self, PyObject *args) function
2622 {"chr", builtin_chr, METH_VARARGS, chr_doc},

Completed in 238 milliseconds