massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / routes / util.pyi
1 from typing import Any\r
2 \r
3 class RoutesException(Exception): ...\r
4 class MatchException(RoutesException): ...\r
5 class GenerationException(RoutesException): ...\r
6 \r
7 def url_for(*args, **kargs): ...\r
8 \r
9 class URLGenerator:\r
10     mapper = ...  # type: Any\r
11     environ = ...  # type: Any\r
12     def __init__(self, mapper, environ) -> None: ...\r
13     def __call__(self, *args, **kargs): ...\r
14     def current(self, *args, **kwargs): ...\r
15 \r
16 def redirect_to(*args, **kargs): ...\r
17 def cache_hostinfo(environ): ...\r
18 def controller_scan(directory=...): ...\r
19 def as_unicode(value, encoding, errors=...): ...\r
20 def ascii_characters(string): ...\r