コード例 #1
0
 def binary(self, input):
     return Binary()(input)
コード例 #2
0
 def binary(self, input):
     return Binary().apply(input)