Home | History | Annotate | Download | only in Python

Lines Matching full:import_name

59 static PyObject * import_name(PyFrameObject *, PyObject *, PyObject *, PyObject *);
2843 TARGET(IMPORT_NAME) {
2848 res = import_name(f, name, fromlist, level);
5158 import_name(PyFrameObject *f, PyObject *name, PyObject *fromlist, PyObject *level)