MCPcopy 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_jsonMethod · 0.85
send_json_bytesMethod · 0.85
json_responseFunction · 0.85
json_bytes_responseFunction · 0.85
send_jsonMethod · 0.85
send_json_bytesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected