MCPcopy Create free account
hub / github.com/apache/httpd / _lookup_lognos

Method _lookup_lognos

test/pyhttpd/log.py:58–63  ·  view source on GitHub ↗
(self, line: str, lognos: set)

Source from the content-addressed store, hash-verified

56 return False
57
58 def _lookup_lognos(self, line: str, lognos: set) -> bool:
59 if len(lognos) > 0:
60 m = self.RE_APLOGNO.match(line)
61 if m and m.group('aplogno') in lognos:
62 return True
63 return False
64
65 def clear_ignored_matches(self):
66 self._ignored_matches = []

Callers 2

_is_ignoredMethod · 0.95
ignore_recentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected