Searched refs:has_contents_for (Results 1 – 2 of 2) sorted by relevance
181 assert self.dist.has_contents_for('a')183 assert not self.dist.has_contents_for('a')185 assert self.dist.has_contents_for('b')187 assert not self.dist.has_contents_for('b')189 assert self.dist.has_contents_for('c')191 assert not self.dist.has_contents_for('c')
155 if not dist.has_contents_for(nsp):709 def has_contents_for(self, package): member in Distribution1056 if not dist.has_contents_for(item):