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