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

Method close

src/werkzeug/wsgi.py:322–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

320 self.buffer_size = buffer_size
321
322 def close(self) -> None:
323 if hasattr(self.file, "close"):
324 self.file.close()
325
326 def seekable(self) -> bool:
327 if hasattr(self.file, "seekable"):

Callers 4

closeMethod · 0.45
send_fileFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected