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