Revision 7996cf7e3d07f4c94b071b53de92fa7c3894e6db authored by Ayman Boustati on 25 February 2019, 11:28:16 UTC, committed by GitHub on 25 February 2019, 11:28:16 UTC
Clean up of multioutput notebook and link to other notebooks
2 parent s 5ef8813 + dc7db32
Raw File
.coveragerc
[report]
omit = *tests*, setup.py
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