Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_request_from_builder_args
Method · 0.80
open
Method · 0.80
__exit__
Method · 0.80
generator
Function · 0.80
test_request_context
Method · 0.80
test_templates_and_static
Function · 0.80
test_default_static_max_age
Function · 0.80
test_static_files
Function · 0.80
test_static_url_path
Function · 0.80
test_static_url_path_with_ending_slash
Function · 0.80
test_static_url_empty_path
Function · 0.80
test_static_url_empty_path_default
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected