Calls :func:`run` with the same parameters.
(self, **kwargs)
| 757 | self.stopped = True |
| 758 | |
| 759 | def run(self, **kwargs): |
| 760 | ''' Calls :func:`run` with the same parameters. ''' |
| 761 | run(self, **kwargs) |
| 762 | |
| 763 | def match(self, environ): |
| 764 | """ Search for a matching route and return a (:class:`Route` , urlargs) |
no test coverage detected