Calls :func:`run` with the same parameters.
(self, **kwargs)
| 846 | if hasattr(plugin, 'close'): plugin.close() |
| 847 | |
| 848 | def run(self, **kwargs): |
| 849 | """ Calls :func:`run` with the same parameters. """ |
| 850 | run(self, **kwargs) |
| 851 | |
| 852 | def match(self, environ): |
| 853 | """ Search for a matching route and return a (:class:`Route`, urlargs) |