Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aio-libs/aiohttp
/ dumps
Function
dumps
tests/test_client_functional.py:2311–2314 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
2309
used = False
2310
2311
def
dumps(obj):
2312
nonlocal used
2313
used = True
2314
return
json.dumps(obj)
2315
2316
app = web.Application()
2317
app.router.add_post(
"/"
, handler)
Callers
8
__init__
Method · 0.85
__init__
Method · 0.85
send_json
Method · 0.85
send_json_bytes
Method · 0.85
json_response
Function · 0.85
json_bytes_response
Function · 0.85
send_json
Method · 0.85
send_json_bytes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected