2021-12-16 17:28:57 +08:00
|
|
|
[report]
|
|
|
|
exclude_lines =
|
2021-12-16 23:22:25 +08:00
|
|
|
def __repr__
|
2021-12-16 17:28:57 +08:00
|
|
|
pragma: no cover
|
|
|
|
if TYPE_CHECKING:
|
|
|
|
@(abc\.)?abstractmethod
|
|
|
|
raise NotImplementedError
|
2021-12-16 23:22:25 +08:00
|
|
|
if __name__ == .__main__.:
|