https://github.com/GPflow/GPflow
Revision ba699960a9e19db98734bca02e25ccc13fdf0218 authored by Artem Artemev on 07 March 2018, 15:30:43 UTC, committed by GitHub on 07 March 2018, 15:30:43 UTC
1 parent d15e445
Raw File
Tip revision: ba699960a9e19db98734bca02e25ccc13fdf0218 authored by Artem Artemev on 07 March 2018, 15:30:43 UTC
Copy original docstring always
Tip revision: ba69996
.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