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

Method close

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

Source from the content-addressed store, hash-verified

432 raise StopIteration()
433
434 def close(self) -> None:
435 if hasattr(self.iterable, "close"):
436 self.iterable.close()
437
438
439class LimitedStream(io.RawIOBase):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected