swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: 5ab5aaee8696bcb7bcafe6a8cb9334e5ff9186ad authored by mqbssaby on 11 January 2017, 14:12:37 UTC
contrast full and diag model bounds
Tip revision: 5ab5aae
.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