massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / werkzeug / contrib / atom.pyi
1 from typing import Any\r
2 \r
3 XHTML_NAMESPACE = ...  # type: Any\r
4 \r
5 def format_iso8601(obj): ...\r
6 \r
7 class AtomFeed:\r
8     default_generator = ...  # type: Any\r
9     title = ...  # type: Any\r
10     title_type = ...  # type: Any\r
11     url = ...  # type: Any\r
12     feed_url = ...  # type: Any\r
13     id = ...  # type: Any\r
14     updated = ...  # type: Any\r
15     author = ...  # type: Any\r
16     icon = ...  # type: Any\r
17     logo = ...  # type: Any\r
18     rights = ...  # type: Any\r
19     rights_type = ...  # type: Any\r
20     subtitle = ...  # type: Any\r
21     subtitle_type = ...  # type: Any\r
22     generator = ...  # type: Any\r
23     links = ...  # type: Any\r
24     entries = ...  # type: Any\r
25     def __init__(self, title=None, entries=None, **kwargs): ...\r
26     def add(self, *args, **kwargs): ...\r
27     def generate(self): ...\r
28     def to_string(self): ...\r
29     def get_response(self): ...\r
30     def __call__(self, environ, start_response): ...\r
31 \r
32 class FeedEntry:\r
33     title = ...  # type: Any\r
34     title_type = ...  # type: Any\r
35     content = ...  # type: Any\r
36     content_type = ...  # type: Any\r
37     url = ...  # type: Any\r
38     id = ...  # type: Any\r
39     updated = ...  # type: Any\r
40     summary = ...  # type: Any\r
41     summary_type = ...  # type: Any\r
42     author = ...  # type: Any\r
43     published = ...  # type: Any\r
44     rights = ...  # type: Any\r
45     links = ...  # type: Any\r
46     categories = ...  # type: Any\r
47     xml_base = ...  # type: Any\r
48     def __init__(self, title=None, content=None, feed_url=None, **kwargs): ...\r
49     def generate(self): ...\r
50     def to_string(self): ...\r