Searched refs:import_from (Results 1 – 6 of 6) sorted by relevance
127 imp = Node(syms.import_from, children)313 return node.type in (syms.import_name, syms.import_from)434 elif node.type == syms.import_from:
95 import_stmt: import_name | import_from97 import_from: ('from' ('.'* dotted_name | '.'+)
56 if node.type == syms.import_from:
137 import_stmt[stmt_ty]: import_name | import_from140 import_from[stmt_ty]:
87 static PyObject * import_from(PyThreadState *, PyObject *, PyObject *);3731 res = import_from(tstate, from, name); in _PyEval_EvalFrameDefault()6014 import_from(PyThreadState *tstate, PyObject *v, PyObject *name) in import_from() function
519 Python/ceval.c:import_from():PyId___name__ _Py_IDENTIFIER(__name__)