Searched defs:import_from (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Include/
H A Dgraminit.h30 #define import_from 283 macro
/external/python/cpython2/Lib/
H A Dsymbol.py40 import_from = 283 variable
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py445 # import_stmt: import_name | import_from
454 def import_from(self, nodelist): member in class:Transformer
455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' |
/external/python/cpython2/Modules/
H A Dparsermodule.c952 VALIDATER(import_name); VALIDATER(import_from); variable
1918 /* import_from: ('from' ('.'* dotted_name | '.'+)
1928 int res = validate_ntype(tree, import_from)
1946 /* import_stmt: import_name | import_from */
1956 if (ntype == import_name || ntype == import_from)
3200 case import_from:
/external/python/cpython2/Python/
H A Dceval.c141 static PyObject * import_from(PyObject *, PyObject *);
2656 x = import_from(v, w);
4866 import_from(PyObject *v, PyObject *name) function

Completed in 184 milliseconds