massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / babel / babel / messages / frontend.pyi
1 import abc
2 from distutils.cmd import Command as _Command
3 from typing import Any
4
5 po_file_read_mode: Any
6
7 def listify_value(arg, split: Any | None = ...): ...
8
9 class Command(_Command, metaclass=abc.ABCMeta):
10     as_args: Any
11     multiple_value_options: Any
12     boolean_options: Any
13     option_aliases: Any
14     option_choices: Any
15     log: Any
16     distribution: Any
17     verbose: bool
18     force: Any
19     help: int
20     finalized: int
21     def __init__(self, dist: Any | None = ...) -> None: ...
22
23 class compile_catalog(Command):
24     description: str
25     user_options: Any
26     boolean_options: Any
27     domain: str
28     directory: Any
29     input_file: Any
30     output_file: Any
31     locale: Any
32     use_fuzzy: bool
33     statistics: bool
34     def initialize_options(self) -> None: ...
35     def finalize_options(self) -> None: ...
36     def run(self): ...
37
38 class extract_messages(Command):
39     description: str
40     user_options: Any
41     boolean_options: Any
42     as_args: str
43     multiple_value_options: Any
44     option_aliases: Any
45     option_choices: Any
46     charset: str
47     keywords: Any
48     no_default_keywords: bool
49     mapping_file: Any
50     no_location: bool
51     add_location: Any
52     omit_header: bool
53     output_file: Any
54     input_dirs: Any
55     input_paths: Any
56     width: Any
57     no_wrap: bool
58     sort_output: bool
59     sort_by_file: bool
60     msgid_bugs_address: Any
61     copyright_holder: Any
62     project: Any
63     version: Any
64     add_comments: Any
65     strip_comments: bool
66     include_lineno: bool
67     def initialize_options(self) -> None: ...
68     def finalize_options(self) -> None: ...
69     def run(self) -> None: ...
70
71 def check_message_extractors(dist, name, value) -> None: ...
72
73 class init_catalog(Command):
74     description: str
75     user_options: Any
76     boolean_options: Any
77     output_dir: Any
78     output_file: Any
79     input_file: Any
80     locale: Any
81     domain: str
82     no_wrap: bool
83     width: Any
84     def initialize_options(self) -> None: ...
85     def finalize_options(self) -> None: ...
86     def run(self) -> None: ...
87
88 class update_catalog(Command):
89     description: str
90     user_options: Any
91     boolean_options: Any
92     domain: str
93     input_file: Any
94     output_dir: Any
95     output_file: Any
96     omit_header: bool
97     locale: Any
98     width: Any
99     no_wrap: bool
100     ignore_obsolete: bool
101     init_missing: bool
102     no_fuzzy_matching: bool
103     update_header_comment: bool
104     previous: bool
105     def initialize_options(self) -> None: ...
106     def finalize_options(self) -> None: ...
107     def run(self) -> None: ...
108
109 class CommandLineInterface:
110     usage: str
111     version: Any
112     commands: Any
113     command_classes: Any
114     log: Any
115     parser: Any
116     def run(self, argv: Any | None = ...): ...
117
118 def main(): ...
119 def parse_mapping(fileobj, filename: Any | None = ...): ...
120 def parse_keywords(strings=...): ...