Home | History | Annotate | Download | only in Lib

Lines Matching refs:_encoding

210         self._encoding = 'ascii'
217 self._encoding = 'utf-8'
926 raise self.abort(bye[-1].decode(self._encoding, 'replace'))
947 name = bytes(name, self._encoding)
952 arg = bytes(arg, self._encoding)
962 data = data + bytes(' {%s}' % len(literal), self._encoding)
1027 dat = str(dat[-1], self._encoding)
1049 typ = str(typ, self._encoding)
1071 typ = str(typ, self._encoding)
1102 typ = str(typ, self._encoding)
1172 tag = self.tagpre + bytes(str(self.tagnum), self._encoding)