• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[report]
2# Regexes for lines to exclude from consideration
3exclude_lines =
4    # Don't complain if non-runnable code isn't run
5    if __name__ == .__main__.:
6