swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: 8a412f6c027f4ed82051b223c58483f989ccb3f6 authored by Artem Artemev on 12 April 2018, 10:05:11 UTC
Merge pull request #713 from GPflow/awav/github-templates
Tip revision: 8a412f6
.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