示例#1
0
 def encode(self, input, final=False):
     return oem_encode(input, self.errors)[0]
示例#2
0
 def encode(self, input, final=False):
     return oem_encode(input, self.errors)[0]
示例#3
0
文件: nodes.py 项目: xxoolm/Ryven
 def update_event(self, inp=-1):
     self.set_output_val(0, codecs.oem_encode(self.input(0), self.input(1)))