Method__init__(
self,
app: "WSGIApplication",
targets: t.Mapping[str, t.Dict[str, t.Any]],
c
src/werkzeug/middleware/http_proxy.py:79
Method__init__(
self,
*,
locals: t.Dict[str, t.Any],
globals: t.Dict[str, t.Any],
**
src/werkzeug/debug/tbtools.py:351
Method__init__(
self,
endpoint: str,
values: t.Mapping[str, t.Any],
method: t.Optional[str],
src/werkzeug/routing/exceptions.py:70
Method__init__(
self, response=None, status=200, headers=None, mimetype=None, content_type=None
)
examples/simplewiki/utils.py:91