Searched refs:dotted_as_names (Results 1 – 10 of 10) sorted by relevance
172 dotted_as_names = self.children[1]174 for dotted_as_name in dotted_as_names.children[::2])186 dotted_as_names = self.children[1]187 if len(dotted_as_names.children) != 1:190 return dotted_as_names.children[0]
34 #define dotted_as_names 287 macro
44 dotted_as_names = 287 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)*
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
2555 REQ(n, dotted_as_names); in ast_for_import_stmt()