MCPcopy
hub / github.com/django/django / receive

Method receive

tests/asgi/tests.py:731–732  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

729 ]
730
731 async def receive():
732 return in_memory_chunks.pop(0)
733
734 with tempfile.SpooledTemporaryFile(max_size=1024, mode="w+b") as temp_file:
735 original_write = temp_file.write

Callers 1

tickMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected