We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928ef9 commit 457e99aCopy full SHA for 457e99a
coverage_pyver_pragma/__init__.py
@@ -74,6 +74,7 @@ def evaluate_exclude(expression: str) -> bool:
74
75
class PythonParser(coverage.python.PythonParser):
76
77
+ @functools.lru_cache()
78
def lines_matching(self, *regexes) -> Set[int]: # pragma: no cover (py311+) # TODO: why?
79
80
combined = join_regex([*regexes, *DEFAULT_EXCLUDE])
0 commit comments