Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ test_app_call
Function
test_app_call
tests/test_web_application.py:14–16 ·
view source on GitHub ↗
(loop)
Source
from the content-addressed store, hash-verified
12
13
14
def
test_app_call(loop):
15
app = web.Application(loop=loop)
16
assert app is app()
17
18
19
def
test_app_copy(loop):
Callers
nothing calls this directly
Calls
1
app
Function · 0.85
Tested by
no test coverage detected