Lines Matching refs:str
588 if isinstance(rv, str):
616 self.write(PERSID + str(pid).encode("ascii") + b'\n')
795 (str(obj, 'latin1'), 'latin1'), obj=obj)
872 dispatch[str] = save_str
1359 self.append(str(self.readline()[:-1], 'raw-unicode-escape'))
1367 self.append(str(self.read(len), 'utf-8', 'surrogatepass'))
1375 self.append(str(self.read(len), 'utf-8', 'surrogatepass'))
1427 self.append(str(self.read(len), 'utf-8', 'surrogatepass'))
1492 (klass.__name__, str(err)), sys.exc_info()[2])
1536 if type(name) is not str or type(module) is not str:
1537 raise UnpicklingError("STACK_GLOBAL requires str")
1727 if type(k) is str:
1769 if isinstance(s, str):