MCPcopy
hub / github.com/pallets/werkzeug / __call__

Method __call__

examples/couchy/application.py:46–47  ·  view source on GitHub ↗
(self, environ, start_response)

Source from the content-addressed store, hash-verified

44 )
45
46 def __call__(self, environ, start_response):
47 return self.dispatch(environ, start_response)

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected