Lines Matching refs:get
144 # cert, so get the preferred chain hash value from the
151 chain_val = hshes.get(attr)
190 for s in self.attrs.get("chain.sizes", "").split():
196 for s in self.attrs.get("chain.csizes", "").split():
204 for c, s in zip(self.attrs.get("chain", "").split(),
205 self.attrs.get("chain.csizes", "").split()):
211 for c, s in zip(self.attrs.get("chain", "").split(),
212 self.attrs.get("chain.sizes", "").split()):
247 size = int(self.attrs.get("pkg.size", 0))
288 sizes = self.attrs.get("chain.sizes", "").split()
557 hash = self.attrs.get(attr)
582 if hsh and hsh == other.attrs.get(attr):