Searched refs:fpath (Results 1 – 1 of 1) sorted by relevance
619 def is_empty_file(fpath): argument620 return os.path.isfile(fpath) and os.path.getsize(fpath) == 0