Lines Matching refs:exists
54 """If the keyed message exists, remove it."""
136 """Return True if the keyed message exists, False otherwise."""
280 if not os.path.exists(self._path):
339 """If the keyed message exists, remove it."""
409 """Return True if the keyed message exists, False otherwise."""
456 if not os.path.exists(maildirfolder_path):
553 if os.path.exists(os.path.join(self._path, self._toc[key])):
631 """Return True if the keyed message exists, False otherwise."""
941 if not os.path.exists(self._path):
1085 """Return True if the keyed message exists, False otherwise."""
1086 return os.path.exists(os.path.join(self._path, str(key)))
2109 if os.path.exists(f.name + '.lock'):