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