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

Method close

tests/test_helpers.py:274–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

272 return self
273
274 def close(self):
275 called.append(42)
276
277 def __next__(self):
278 return next(self._gen)

Callers 15

openMethod · 0.80
__exit__Method · 0.80
generatorFunction · 0.80
test_request_contextMethod · 0.80
test_static_filesFunction · 0.80
test_static_url_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected