Revision 867cef5f5ef4ffb3c5195fd3546db9db1bf0eeee authored by Alexander G. de G. Matthews on 14 June 2016, 16:26:20 UTC, committed by GitHub on 14 June 2016, 16:26:20 UTC
initializing all tf variables inside AF session
2 parent s 4ea1fa8 + 5764084
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__.:
back to top