Revision b84c44eb9c7a76efd6d1f11f3be901227abb5bdb authored by Alexander G. de G. Matthews on 04 January 2018, 11:02:09 UTC, committed by GitHub on 04 January 2018, 11:02:09 UTC
2 parent s 72a5d55 + 4827068
Raw File
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top