File: runner.py

package info (click to toggle)
waitress 2.1.2-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,256 kB
  • sloc: python: 10,904; makefile: 81; sh: 25
file content (6 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
def app():  # pragma: no cover
    return None


def returns_app():  # pragma: no cover
    return app