Revision 5446cf013b0e247582824b6038a8037115086ab1 authored by James Hensman on 10 March 2017, 10:05:43 UTC, committed by GitHub on 10 March 2017, 10:05:43 UTC
2 parent s a7c37ce + 1634688
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