Searched refs:import_stmt (Results 1 – 11 of 11) sorted by relevance
72 import_stmt = 'import %s' % test_name75 exec import_stmt + '\n' + init_stmt in locals_dict, globals_dict
28 #define import_stmt 281 macro
38 import_stmt = 281 variable
159 if symbol_type != symbol.import_stmt:219 if symbol_type != symbol.import_stmt:
36 import_stmt | global_stmt | exec_stmt | assert_stmt)52 import_stmt: import_name | import_from
55 import_stmt | global_stmt | exec_stmt | assert_stmt)72 import_stmt: import_name | import_from
137 | import_stmt200 import_stmt
444 def import_stmt(self, nodelist): member in Transformer1472 symbol.import_stmt,
951 VALIDATER(raise_stmt); VALIDATER(import_stmt);1570 || (ntype == import_stmt) in validate_small_stmt()3194 case import_stmt: in validate_node()
27 : | `import_stmt`672 import_stmt: "import" `module` ["as" `name`] ( "," `module` ["as" `name`] )*
2549 REQ(n, import_stmt); in ast_for_import_stmt()3276 case import_stmt: in ast_for_stmt()