Home | History | Annotate | Download | only in Compiler

Lines Matching refs:subexprs

157     #  subexprs     [string]     Class var holding names of subexpr node attrs
202 # 'subexprs' class attribute of ExprNodes, which should
307 child_attrs = property(fget=operator.attrgetter('subexprs'))
331 # on the contents of the subexprs class attribute.
333 for name in self.subexprs:
879 subexprs = []
2136 subexprs = ['arg']
2177 subexprs = ['module_name', 'name_list']
2225 subexprs = ['sequence']
2521 subexprs = ['args']
2594 subexprs = []
2640 subexprs = []
2740 subexprs = ['base', 'index', 'indices']
3766 subexprs = ['base', 'start', 'stop', 'slice']
4163 subexprs = ['start', 'stop', 'step']
4340 subexprs = ['self', 'coerced_self', 'function', 'args', 'arg_tuple']
4755 subexprs = ['args', 'function_name']
4845 subexprs = []
4893 subexprs = ['function', 'positional_args', 'keyword_args']
5115 subexprs = ['arg']
5165 subexprs = ['obj']
5680 subexprs = ['target']
5723 subexprs = ['args', 'mult_factor']
6392 subexprs = []
6527 # target must not be in child_attrs/subexprs
6661 subexprs = ['args']
6713 subexprs = ['key_value_pairs']
6835 subexprs = ['key', 'value']
6868 subexprs = ['arg']
6922 subexprs = ['bases', 'doc']
6974 subexprs = []
7016 subexprs = ['starstar_arg', 'keyword_args']
7131 subexprs = []
7168 subexprs = ['doc']
7215 subexprs = []
7241 subexprs = []
7273 subexprs = ['function']
7303 subexprs = ['function']
7337 subexprs = ['code_object', 'defaults_tuple', 'defaults_kwdict',
7610 subexprs = ['varnames']
7674 subexprs = []
7702 subexprs = []
7820 subexprs = ['arg']
8034 subexprs = ['operand']
8364 subexprs = ['operand']
8516 subexprs = ['operand', 'shapes']
8732 subexprs = []
8781 subexprs = ['operand']
8812 subexprs = ['literal'] # 'operand' will be ignored after type analysis!
8883 subexprs = ['operand1', 'operand2']
9561 subexprs = ['operand1', 'operand2']
9673 subexprs = ['test', 'true_val', 'false_val']
9726 # Because subexprs may not be evaluated we can use a more optimal
10090 # We don't use the subexprs mechanism, because
10463 subexprs = ['arg']
11017 subexprs = [] # Arg is not considered a subexpr
11082 subexprs = []
11099 subexprs = ['body']