MCPcopy
hub / github.com/django/django / __init__

Method __init__

django/core/handlers/asgi.py:157–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 chunk_size = 2**16
156
157 def __init__(self):
158 super().__init__()
159 self.load_middleware(is_async=True)
160
161 async def __call__(self, scope, receive, send):
162 """

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
load_middlewareMethod · 0.45

Tested by

no test coverage detected