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