We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b32ca commit a3f5597Copy full SHA for a3f5597
.coveragerc
@@ -10,3 +10,6 @@ omit =
10
11
exclude_lines =
12
raise NotImplemented
13
+ def __str__
14
+ def __repr__
15
+ if __name__ == .__main__.:
0 commit comments