Lines Matching +defs:input +defs:iterator
138 def encode(self, input, errors='strict'): argument
157 def decode(self, input, errors='strict'): argument
197 def encode(self, input, final=False): argument
231 def _buffer_encode(self, input, errors, final): argument
236 def encode(self, input, final=False): argument
270 def decode(self, input, final=False): argument
314 def _buffer_decode(self, input, errors, final): argument
319 def decode(self, input, final=False): argument
448 def decode(self, input, errors='strict'): argument
1025 def iterencode(iterator, encoding, errors='strict', **kwargs): argument
1043 def iterdecode(iterator, encoding, errors='strict', **kwargs): argument