Lines Matching refs:str
9 The default path names are returned as str. If you supply bytes as
96 if return_type is str:
104 return_type = str
106 if tempdir is None or isinstance(tempdir, str):
107 return str # tempfile APIs return a str by default.
120 if output_type is str:
125 if output_type is str:
314 """Returns tempfile.tempdir as str."""
339 same type. If they are bytes, the returned name will be bytes; str