MCPcopy
hub / github.com/pallets/werkzeug / simple_app

Function simple_app

tests/test_test.py:666–668  ·  view source on GitHub ↗
(environ, start_response)

Source from the content-addressed store, hash-verified

664 leaked_data = []
665
666 def simple_app(environ, start_response):
667 start_response("200 OK", [("Content-Type", "text/html")])
668 return ["Hello World!"]
669
670 def yielding_app(environ, start_response):
671 start_response("200 OK", [("Content-Type", "text/html")])

Callers

nothing calls this directly

Calls 1

start_responseFunction · 0.85

Tested by

no test coverage detected