def binary(self, input):
     return Binary()(input)
Example #2
0
 def binary(self, input):
     return Binary().apply(input)