D | acceptparse.py | 134 def first_match(self, offers): argument 143 def best_match(self, offers, default_match=None): argument 162 for offer in offers: 223 def first_match(self, offers): # pragma: no cover argument 226 def best_match(self, offers, default_match=None): argument 229 for offer in offers:
|