Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dsetup_job.py72 import_stmt = 'import %s' % test_name
75 exec import_stmt + '\n' + init_stmt in locals_dict, globals_dict
/external/python/cpython2/Include/
Dgraminit.h28 #define import_stmt 281 macro
/external/python/cpython2/Lib/
Dsymbol.py38 import_stmt = 281 variable
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py159 if symbol_type != symbol.import_stmt:
219 if symbol_type != symbol.import_stmt:
/external/python/cpython2/Grammar/
DGrammar36 import_stmt | global_stmt | exec_stmt | assert_stmt)
52 import_stmt: import_name | import_from
/external/python/cpython2/Lib/lib2to3/
DGrammar.txt55 import_stmt | global_stmt | exec_stmt | assert_stmt)
72 import_stmt: import_name | import_from
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
DPython.g137 | import_stmt
200 import_stmt
/external/python/cpython2/Lib/compiler/
Dtransformer.py444 def import_stmt(self, nodelist): member in Transformer
1472 symbol.import_stmt,
/external/python/cpython2/Modules/
Dparsermodule.c951 VALIDATER(raise_stmt); VALIDATER(import_stmt);
1570 || (ntype == import_stmt) in validate_small_stmt()
3194 case import_stmt: in validate_node()
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst27 : | `import_stmt`
672 import_stmt: "import" `module` ["as" `name`] ( "," `module` ["as" `name`] )*
/external/python/cpython2/Python/
Dast.c2549 REQ(n, import_stmt); in ast_for_import_stmt()
3276 case import_stmt: in ast_for_stmt()