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

Method close

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

Source from the content-addressed store, hash-verified

689 yield "!"
690
691 def close(self):
692 assert leaked_data.pop() == "harhar"
693
694 return Rv()
695

Callers 15

test_pathFunction · 0.45
test_x_sendfileFunction · 0.45
test_last_modifiedFunction · 0.45
test_objectFunction · 0.45
test_disposition_nameFunction · 0.45
test_non_ascii_nameFunction · 0.45
test_max_ageFunction · 0.45
test_etagFunction · 0.45
test_content_encodingFunction · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected