def binary(self, input):
     return Binary()(input)
Пример #2
0
 def binary(self, input):
     return Binary().apply(input)