Lines Matching defs:exists
234 if not self.meta_root or not self.exists:
236 # unless meta_root is defined and the data exists.
259 if not self.exists:
285 if os.path.exists(self.pathname):
301 def exists(self):
303 exists at <self.meta_root>/<self.name>."""
307 return os.path.exists(self.pathname)
1736 if self.meta_root and must_exist and not ulog.exists:
2376 if not self.meta_root or not os.path.exists(self.meta_root):
2610 def exists(self):
2611 """A boolean value indicating whether the Catalog exists
2614 # If the Catalog attrs file exists on-disk,
2617 return attrs.exists
3386 if must_exist and self.meta_root and not part.exists:
3413 if not new_attrs.exists: