Searched refs:fh (Results 1 – 5 of 5) sorted by relevance
33 with open("README.md", "r") as fh:34 LONG_DESCRIPTION = fh.read()
106 def is_tty(fh): argument116 return os.isatty(fh.fileno())
164 with io.FileIO(dest, mode='wb') as fh:166 fh, dl_req, chunksize=_DEFAULT_CHUNK_SIZE)
103 with io.FileIO(local_dest, mode="wb") as fh:105 fh, api, chunksize=self.DEFAULT_CHUNK_SIZE)
247 fh = _LogStream._LogStream__create_rotating_file_handler('')249 self.assertEqual(expected, fh,