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

Method close

src/werkzeug/middleware/lint.py:97–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 return iter(())
96
97 def close(self) -> None:
98 warn("The application closed the input stream!", WSGIWarning, stacklevel=2)
99 self._stream.close()
100
101
102class ErrorStream:

Callers 4

__call__Method · 0.45
runappMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected