Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tools/api/generator/
Dcreate_python_api.py198 import_from = self._output_package
200 import_from += '.' + '.'.join(module_split[:submodule_index + 1])
204 source_name=import_from,
209 import_from = '.'
211 import_from += '.' + '.'.join(module_split[:submodule_index])
214 source_module_name=import_from,
/external/python/cpython2/Include/
Dgraminit.h30 #define import_from 283 macro
/external/python/cpython3/Include/
Dgraminit.h33 #define import_from 286 macro
/external/python/cpython2/Lib/
Dsymbol.py40 import_from = 283 variable
/external/python/cpython3/Lib/
Dsymbol.py54 import_from = 286 variable
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py129 imp = Node(syms.import_from, children)
292 return node.type in (syms.import_name, syms.import_from)
413 elif node.type == syms.import_from:
DGrammar.txt72 import_stmt: import_name | import_from
74 import_from: ('from' ('.'* dotted_name | '.'+)
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py127 imp = Node(syms.import_from, children)
313 return node.type in (syms.import_name, syms.import_from)
434 elif node.type == syms.import_from:
DGrammar.txt55 import_stmt: import_name | import_from
57 import_from: ('from' ('.'* dotted_name | '.'+)
/external/python/cpython2/Grammar/
DGrammar52 import_stmt: import_name | import_from
54 import_from: ('from' ('.'* dotted_name | '.'+)
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_import.py56 if node.type == syms.import_from:
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_import.py56 if node.type == syms.import_from:
/external/python/cpython3/Grammar/
DGrammar100 import_stmt: import_name | import_from
103 import_from: ('from' (('.' | '...')* dotted_name | ('.' | '...')+)
Dpython.gram128 import_stmt[stmt_ty]: import_name | import_from
131 import_from[stmt_ty]:
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py230 if children[0].type != symbol.import_from:
/external/python/cpython2/Modules/
Dparsermodule.c994 VALIDATER(import_name); VALIDATER(import_from);
1970 int res = validate_ntype(tree, import_from) in validate_import_from()
1998 if (ntype == import_name || ntype == import_from) in validate_import_stmt()
3242 case import_from: in validate_node()
/external/python/cpython2/Python/
Dceval.c141 static PyObject * import_from(PyObject *, PyObject *);
2676 x = import_from(v, w); in PyEval_EvalFrameEx()
4905 import_from(PyObject *v, PyObject *name) in import_from() function
Dast.c2569 else if (TYPE(n) == import_from) { in ast_for_import_stmt()
/external/python/cpython3/Python/
Dceval.c76 static PyObject * import_from(PyThreadState *, PyObject *, PyObject *);
3133 res = import_from(tstate, from, name); in _PyEval_EvalFrameDefault()
5215 import_from(PyThreadState *tstate, PyObject *v, PyObject *name) in import_from() function
Dast.c3616 else if (TYPE(n) == import_from) { in ast_for_import_stmt()
/external/python/cpython2/Lib/compiler/
Dtransformer.py454 def import_from(self, nodelist): member in Transformer
/external/python/cpython3/Tools/c-analyzer/
DTODO524 Python/ceval.c:import_from():PyId___name__ _Py_IDENTIFIER(__name__)
Dknown.tsv1270 Python/ceval.c import_from PyId___name__ variable _Py_IDENTIFIER(__name__)