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

Method __del__

src/werkzeug/test.py:643–647  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

641 return 80
642
643 def __del__(self) -> None:
644 try:
645 self.close()
646 except Exception:
647 pass
648
649 def close(self) -> None:
650 """Closes all files. If you put real :class:`file` objects into the

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected