Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
102
class
ErrorStream:
Callers
4
__call__
Method · 0.45
runapp
Method · 0.45
close
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected