Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h153 {"compile", (PyCFunction)builtin_compile, METH_FASTCALL|METH_KEYWORDS, builtin_compile__doc__},
161 builtin_compile(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_compile() function
/external/python/cpython2/Python/
Dbltinmodule.c468 builtin_compile(PyObject *self, PyObject *args, PyObject *kwds) in builtin_compile() function
2636 {"compile", (PyCFunction)builtin_compile, METH_VARARGS | METH_KEYWORDS, compile_doc},