Lines Matching refs:str
194 assert isinstance(name, str)
207 assert isinstance(doc, str)
381 This is a str-style string, without embedded escapes,
401 These are str-style strings, without embedded
615 return str(data, 'raw-unicode-escape')
651 return str(data, 'utf-8', 'surrogatepass')
692 return str(data, 'utf-8', 'surrogatepass')
733 return str(data, 'utf-8', 'surrogatepass')
962 assert isinstance(name, str)
971 assert isinstance(doc, str)
1000 obtype=(bytes, str),
1014 name='str',
1015 obtype=str,
1126 assert isinstance(name, str)
1129 assert isinstance(code, str)
1149 assert isinstance(doc, str)
1273 newline character. These are usually decoded into a str instance
1290 content. These are usually decoded into a str instance using the
1307 usually decoded into a str instance using the encoding given to
2173 argument is a newline-terminated str-style (no embedded escapes, no