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

Method __init__

django/core/handlers/wsgi.py:116–118  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

114 request_class = WSGIRequest
115
116 def __init__(self, *args, **kwargs):
117 super().__init__(*args, **kwargs)
118 self.load_middleware()
119
120 def __call__(self, environ, start_response):
121 set_script_prefix(get_script_name(environ))

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
load_middlewareMethod · 0.45

Tested by

no test coverage detected