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

Method close

tests/test_test.py:432–433  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

430 return b""
431
432 def close(self):
433 closed.append(self)
434
435 create_environ(data={"foo": SpecialInput()})
436 assert len(closed) == 1

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected