Searched refs:dotted_as_names (Results 1 – 18 of 18) sorted by relevance
177 dotted_as_names = self.children[1]179 for dotted_as_name in dotted_as_names.children[::2])191 dotted_as_names = self.children[1]192 if len(dotted_as_names.children) != 1:195 return dotted_as_names.children[0]
37 #define dotted_as_names 290 macro
34 #define dotted_as_names 287 macro
44 dotted_as_names = 287 variable
47 dotted_as_names = 290 variable
60 if names.type == syms.dotted_as_names:
32 elif node.type == syms.dotted_as_names:
53 import_name: 'import' dotted_as_names59 dotted_as_names: dotted_as_name (',' dotted_as_name)*
56 import_name: 'import' dotted_as_names62 dotted_as_names: dotted_as_name (',' dotted_as_name)*
421 if imp.type == syms.dotted_as_names:
57 import_name: 'import' dotted_as_names64 dotted_as_names: dotted_as_name (',' dotted_as_name)*
73 import_name: 'import' dotted_as_names79 dotted_as_names: dotted_as_name (',' dotted_as_name)*
400 if imp.type == syms.dotted_as_names:
897 assert node[0] == symbol.dotted_as_names
2557 REQ(n, dotted_as_names); in ast_for_import_stmt()
3293 REQ(n, dotted_as_names); in ast_for_import_stmt()