Method
__call__
(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
Tested by
no test coverage detected