Searched refs:first_match (Results 1 – 5 of 5) sorted by relevance
53 first_match = matches[0]54 return (first_match[0], first_match[1])
1648 first_match = absurd_match1671 if n >= 0 and n < first_match:1672 first_match = n1674 if first_match == absurd_match:1677 self.start = first_match1745 first_match = absurd_match1757 if n < first_match:1758 first_match = n1761 if first_match == absurd_match:1763 self.start = first_match
134 def first_match(self, offers): member in Accept223 def first_match(self, offers): # pragma: no cover member in NilAccept
34 This is available through ``req.accept.first_match(mimetypes)``;
524 * Deprecate ``accept.first_match(..)`` (warning on use).