예제 #1
0
 def concat(operator_a=ziffect.argument(type=text_type),
            operator_b=ziffect.argument(type=text_type)):
     """
     The concat method does some sort of action on two text arguments.
     """
     pass
예제 #2
0
 def add(operator_a=ziffect.argument(type=int),
         operator_b=ziffect.argument(type=int)):
     """
     The add method does some sort of action on two ints.
     """
     pass