Lines Matching refs:attrs
54 return (self.attrs["path"] > other.attrs["path"]) - \
55 (self.attrs["path"] < other.attrs["path"])
67 int(self.attrs.get("mode", "0"), 8) == int(other.attrs.get("mode", "0"), 8):
73 return [os.path.normpath(self.attrs["path"])]
134 mode = int(self.attrs.get("mode", None), 8)
145 omode = int(orig.attrs.get("mode", None), 8)
238 if not self.attrs.get("implicit"):
252 if not self.attrs.get("implicit"):
269 os.path.basename(self.attrs["path"].rstrip(os.path.sep)),
271 (self.name, "path", os.path.sep + self.attrs["path"],