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 5a068c0 commit e593000Copy full SHA for e593000
.coveragerc
@@ -0,0 +1,13 @@
1
+[report]
2
+exclude_lines =
3
+ pragma: no cover
4
+ def __repr__
5
+ def __str__
6
+ if self.debug:
7
+ if settings.DEBUG
8
+ raise AssertionError
9
+ raise NotImplementedError
10
+ if 0:
11
+ if __name__ == .__main__.:
12
+ class .*\bProtocol\):
13
+ @(abc\.)?abstractmethod
ellar/compatible/cache_properties.py
@@ -5,7 +5,7 @@
try:
from functools import cached_property
-except (Exception,):
+except (Exception,): # pragma: no cover
class _CachedProperty(property, t.Generic[T]):
def __init__(
0 commit comments