Exemplo n.º 1
0
 def __add__(self, other):
     """The sum of two expressions.
     """
     return types.add_expr()([self, other])
Exemplo n.º 2
0
 def __add__(self, other):
     """The sum of two expressions.
     """
     return types.add_expr()([self, other])
Exemplo n.º 3
0
 def __add__(self, other):
     return types.add_expr()(self, other)