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