Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dbltinmodule.c36 builtin___import__(PyObject *self, PyObject *args, PyObject *kwds) in builtin___import__() function
2615 {"__import__", (PyCFunction)builtin___import__, METH_VARARGS | METH_KEYWORDS, import_doc},