Home
last modified time | relevance | path

Searched refs:builtin_print (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dbltinmodule.c1851 builtin_print(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_print() function
2765 {"print", (PyCFunction)builtin_print, METH_FASTCALL | METH_KEYWORDS, print_doc},
/external/python/cpython2/Python/
Dbltinmodule.c1581 builtin_print(PyObject *self, PyObject *args, PyObject *kwds) in builtin_print() function
2665 {"print", (PyCFunction)builtin_print, METH_VARARGS | METH_KEYWORDS, print_doc},