Searched refs:import_stmt (Results 1 – 17 of 17) sorted by relevance
72 import_stmt = 'import %s' % test_name75 exec import_stmt + '\n' + init_stmt in locals_dict, globals_dict
31 #define import_stmt 284 macro
28 #define import_stmt 281 macro
164 if symbol_type != symbol.import_stmt:224 if symbol_type != symbol.import_stmt:
38 import_stmt = 281 variable
41 import_stmt = 284 variable
36 import_stmt | global_stmt | exec_stmt | assert_stmt)52 import_stmt: import_name | import_from
37 import_stmt | global_stmt | exec_stmt | assert_stmt)55 import_stmt: import_name | import_from
40 import_stmt | global_stmt | nonlocal_stmt | assert_stmt)56 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,
993 VALIDATER(raise_stmt); VALIDATER(import_stmt);1612 || (ntype == import_stmt) in validate_small_stmt()3236 case import_stmt: in validate_node()
27 : | `import_stmt`725 import_stmt: "import" `module` ["as" `identifier`] ("," `module` ["as" `identifier`])*
27 : | `import_stmt`672 import_stmt: "import" `module` ["as" `name`] ( "," `module` ["as" `name`] )*
2551 REQ(n, import_stmt); in ast_for_import_stmt()3278 case import_stmt: in ast_for_stmt()
3287 REQ(n, import_stmt); in ast_for_import_stmt()3990 case import_stmt: in ast_for_stmt()