Example #1
0
 def attach_decls(self, decls):
     expression.attach_decls_to_bindings(decls, self.lhs, *self.rhs)
Example #2
0
 def attach_decls(self, decls):
     expression.attach_decls_to_bindings(decls, *self.cond)
Example #3
0
 def attach_decls(self, decls):
     if self.expr:
         expression.attach_decls_to_bindings(decls, self.expr)