ProjectFlask/APIs/click-8.0.1.api

branch
eric7
changeset 64
0ee58185b8df
equal deleted inserted replaced
63:7c05cbc8b3e5 64:0ee58185b8df
1 click._compat.APP_ENGINE?7
2 click._compat.CYGWIN?7
3 click._compat.MSYS2?7
4 click._compat.WIN?7
5 click._compat._AtomicFile.close?4(delete: bool = False)
6 click._compat._AtomicFile.name?4()
7 click._compat._AtomicFile?2(f: t.IO, tmp_filename: str, real_filename: str)
8 click._compat._FixupStream.read1?4(size: int)
9 click._compat._FixupStream.readable?4()
10 click._compat._FixupStream.seekable?4()
11 click._compat._FixupStream.writable?4()
12 click._compat._FixupStream?2(stream: t.BinaryIO, force_readable: bool = False, force_writable: bool = False, )
13 click._compat._NonClosingTextIOWrapper.isatty?4()
14 click._compat._NonClosingTextIOWrapper?2(stream: t.BinaryIO, encoding: t.Optional[str], errors: t.Optional[str], force_readable: bool = False, force_writable: bool = False, **extra: t.Any, )
15 click._compat._ansi_re?8
16 click._compat._default_text_stderr?8
17 click._compat._default_text_stdin?8
18 click._compat._default_text_stdout?8
19 click._compat._find_binary_reader?5(stream: t.IO)
20 click._compat._find_binary_writer?5(stream: t.IO)
21 click._compat._force_correct_text_reader?5(text_reader: t.IO, encoding: t.Optional[str], errors: t.Optional[str], force_readable: bool = False, )
22 click._compat._force_correct_text_stream?5(text_stream: t.IO, encoding: t.Optional[str], errors: t.Optional[str], is_binary: t.Callable[[t.IO, bool], bool], find_binary: t.Callable[[t.IO], t.Optional[t.BinaryIO]], force_readable: bool = False, force_writable: bool = False, )
23 click._compat._force_correct_text_writer?5(text_writer: t.IO, encoding: t.Optional[str], errors: t.Optional[str], force_writable: bool = False, )
24 click._compat._get_argv_encoding?5()
25 click._compat._get_windows_console_stream?5(f: t.TextIO, encoding: t.Optional[str], errors: t.Optional[str])
26 click._compat._is_binary_reader?5(stream: t.IO, default: bool = False)
27 click._compat._is_binary_writer?5(stream: t.IO, default: bool = False)
28 click._compat._is_compat_stream_attr?5(stream: t.TextIO, attr: str, value: t.Optional[str])
29 click._compat._is_compatible_text_stream?5(stream: t.TextIO, encoding: t.Optional[str], errors: t.Optional[str])
30 click._compat._is_jupyter_kernel_output?5(stream: t.IO)
31 click._compat._make_cached_stream_func?5(src_func: t.Callable[[], t.TextIO], wrapper_func: t.Callable[[], t.TextIO])
32 click._compat._make_text_stream?5(stream: t.BinaryIO, encoding: t.Optional[str], errors: t.Optional[str], force_readable: bool = False, force_writable: bool = False, )
33 click._compat._safe_write?5(s)
34 click._compat._stream_is_misconfigured?5(stream: t.TextIO)
35 click._compat._wrap_io_open?5(file: t.Union[str, os.PathLike, int], mode: str, encoding: t.Optional[str], errors: t.Optional[str], )
36 click._compat.auto_wrap_for_ansi?4(stream: t.TextIO, color: t.Optional[bool] = None)
37 click._compat.func?4()
38 click._compat.get_best_encoding?4(stream: t.IO)
39 click._compat.get_binary_stderr?4()
40 click._compat.get_binary_stdin?4()
41 click._compat.get_binary_stdout?4()
42 click._compat.get_filesystem_encoding?4()
43 click._compat.get_text_stderr?4(encoding: t.Optional[str] = None, errors: t.Optional[str] = None)
44 click._compat.get_text_stdin?4(encoding: t.Optional[str] = None, errors: t.Optional[str] = None)
45 click._compat.get_text_stdout?4(encoding: t.Optional[str] = None, errors: t.Optional[str] = None)
46 click._compat.is_ascii_encoding?4(encoding: str)
47 click._compat.isatty?4(stream: t.IO)
48 click._compat.open_stream?4(filename: str, mode: str = "r", encoding: t.Optional[str] = None, errors: t.Optional[str] = "strict", atomic: bool = False, )
49 click._compat.should_strip_ansi?4(stream: t.Optional[t.IO] = None, color: t.Optional[bool] = None)
50 click._compat.strip_ansi?4(value: str)
51 click._compat.term_len?4(x: str)
52 click._termui_impl.Editor.edit?4(text: t.Optional[t.AnyStr])
53 click._termui_impl.Editor.edit_file?4(filename: str)
54 click._termui_impl.Editor.get_editor?4()
55 click._termui_impl.Editor?1(editor: t.Optional[str] = None, env: t.Optional[t.Mapping[str, str]] = None, require_save: bool = True, extension: str = ".txt", )
56 click._termui_impl.ProgressBar.eta?4()
57 click._termui_impl.ProgressBar.finish?4()
58 click._termui_impl.ProgressBar.format_bar?4()
59 click._termui_impl.ProgressBar.format_eta?4()
60 click._termui_impl.ProgressBar.format_pct?4()
61 click._termui_impl.ProgressBar.format_pos?4()
62 click._termui_impl.ProgressBar.format_progress_line?4()
63 click._termui_impl.ProgressBar.generator?4()
64 click._termui_impl.ProgressBar.make_step?4(n_steps: int)
65 click._termui_impl.ProgressBar.pct?4()
66 click._termui_impl.ProgressBar.render_finish?4()
67 click._termui_impl.ProgressBar.render_progress?4()
68 click._termui_impl.ProgressBar.time_per_iteration?4()
69 click._termui_impl.ProgressBar.update?4(n_steps: int, current_item: t.Optional[V] = None)
70 click._termui_impl.ProgressBar?1(iterable: t.Optional[t.Iterable[V]], length: t.Optional[int] = None, fill_char: str = " empty_char: str = " ", bar_template: str = "%(bar)s", info_sep: str = " ", show_eta: bool = True, show_percent: t.Optional[bool] = None, show_pos: bool = False, item_show_func: t.Optional[t.Callable[[t.Optional[V]], t.Optional[str]]] = None, label: t.Optional[str] = None, file: t.Optional[t.TextIO] = None, color: t.Optional[bool] = None, update_min_steps: int = 1, width: int = 30, )
71 click._termui_impl.V?7
72 click._termui_impl._nullpager?5(stream: t.TextIO, generator: t.Iterable[str], color: t.Optional[bool])
73 click._termui_impl._pipepager?5(generator: t.Iterable[str], cmd: str, color: t.Optional[bool])
74 click._termui_impl._tempfilepager?5(generator: t.Iterable[str], cmd: str, color: t.Optional[bool])
75 click._termui_impl._translate_ch_to_exc?5(ch: str)
76 click._termui_impl._unquote_file?5(url: str)
77 click._termui_impl.getchar?4(echo: bool)
78 click._termui_impl.open_url?4(url: str, wait: bool = False, locate: bool = False)
79 click._termui_impl.pager?4(generator: t.Iterable[str], color: t.Optional[bool] = None)
80 click._termui_impl.raw_terminal?4()
81 click._textwrap.TextWrapper._handle_long_word?5(reversed_chunks: t.List[str], cur_line: t.List[str], cur_len: int, width: int, )
82 click._textwrap.TextWrapper.extra_indent?4(indent: str)
83 click._textwrap.TextWrapper.indent_only?4(text: str)
84 click._unicodefun._verify_python_env?5()
85 click._winconsole.CommandLineToArgvW?7
86 click._winconsole.ConsoleStream.isatty?4()
87 click._winconsole.ConsoleStream.name?4()
88 click._winconsole.ConsoleStream.write?4(x: t.AnyStr)
89 click._winconsole.ConsoleStream.writelines?4(lines: t.Iterable[t.AnyStr])
90 click._winconsole.ConsoleStream?1(text_stream: t.TextIO, byte_stream: t.BinaryIO)
91 click._winconsole.EOF?7
92 click._winconsole.ERROR_NOT_ENOUGH_MEMORY?7
93 click._winconsole.ERROR_OPERATION_ABORTED?7
94 click._winconsole.ERROR_SUCCESS?7
95 click._winconsole.GetCommandLineW?7
96 click._winconsole.GetConsoleMode?7
97 click._winconsole.GetLastError?7
98 click._winconsole.GetStdHandle?7
99 click._winconsole.LocalFree?7
100 click._winconsole.MAX_BYTES_WRITTEN?7
101 click._winconsole.PyBUF_SIMPLE?7
102 click._winconsole.PyBUF_WRITABLE?7
103 click._winconsole.Py_buffer._fields_?8
104 click._winconsole.ReadConsoleW?7
105 click._winconsole.STDERR_FILENO?7
106 click._winconsole.STDERR_HANDLE?7
107 click._winconsole.STDIN_FILENO?7
108 click._winconsole.STDIN_HANDLE?7
109 click._winconsole.STDOUT_FILENO?7
110 click._winconsole.STDOUT_HANDLE?7
111 click._winconsole.WriteConsoleW?7
112 click._winconsole._WindowsConsoleRawIOBase.isatty?4()
113 click._winconsole._WindowsConsoleRawIOBase?2(handle)
114 click._winconsole._WindowsConsoleReader.readable?4()
115 click._winconsole._WindowsConsoleReader.readinto?4(b)
116 click._winconsole._WindowsConsoleWriter._get_error_message?5()
117 click._winconsole._WindowsConsoleWriter.writable?4()
118 click._winconsole._WindowsConsoleWriter.write?4(b)
119 click._winconsole._get_text_stderr?5(buffer_stream: t.BinaryIO)
120 click._winconsole._get_text_stdin?5(buffer_stream: t.BinaryIO)
121 click._winconsole._get_text_stdout?5(buffer_stream: t.BinaryIO)
122 click._winconsole._get_windows_console_stream?5(f: t.TextIO, encoding: t.Optional[str], errors: t.Optional[str])
123 click._winconsole._is_console?5(f: t.TextIO)
124 click._winconsole.c_ssize_p?7
125 click._winconsole.get_buffer?4(obj, writable=False)
126 click._winconsole.kernel32?7
127 click.core.Argument._parse_decls?5(decls: t.Sequence[str], expose_value: bool)
128 click.core.Argument.add_to_parser?4(parser: OptionParser, ctx: Context)
129 click.core.Argument.get_error_hint?4(ctx: Context)
130 click.core.Argument.get_usage_pieces?4(ctx: Context)
131 click.core.Argument.human_readable_name?4()
132 click.core.Argument.make_metavar?4()
133 click.core.Argument.param_type_name?7
134 click.core.Argument?1(param_decls: t.Sequence[str], required: t.Optional[bool] = None, **attrs: t.Any, )
135 click.core.BaseCommand._main_shell_completion?5(ctx_args: t.Dict[str, t.Any], prog_name: str, complete_var: t.Optional[str] = None, )
136 click.core.BaseCommand.allow_extra_args?7
137 click.core.BaseCommand.allow_interspersed_args?7
138 click.core.BaseCommand.get_help?4(ctx: Context)
139 click.core.BaseCommand.get_usage?4(ctx: Context)
140 click.core.BaseCommand.ignore_unknown_options?7
141 click.core.BaseCommand.invoke?4(ctx: Context)
142 click.core.BaseCommand.main?4(args: t.Optional[t.Sequence[str]] = None, prog_name: t.Optional[str] = None, complete_var: t.Optional[str] = None, standalone_mode: bool = True, windows_expand_args: bool = True, **extra: t.Any, )
143 click.core.BaseCommand.make_context?4(info_name: t.Optional[str], args: t.List[str], parent: t.Optional[Context] = None, **extra: t.Any, )
144 click.core.BaseCommand.parse_args?4(ctx: Context, args: t.List[str])
145 click.core.BaseCommand.shell_complete?4(ctx: Context, incomplete: str)
146 click.core.BaseCommand.to_info_dict?4(ctx: Context)
147 click.core.BaseCommand?1(name: t.Optional[str], context_settings: t.Optional[t.Dict[str, t.Any]] = None, )
148 click.core.Command.collect_usage_pieces?4(ctx: Context)
149 click.core.Command.format_epilog?4(ctx: Context, formatter: HelpFormatter)
150 click.core.Command.format_help?4(ctx: Context, formatter: HelpFormatter)
151 click.core.Command.format_help_text?4(ctx: Context, formatter: HelpFormatter)
152 click.core.Command.format_options?4(ctx: Context, formatter: HelpFormatter)
153 click.core.Command.format_usage?4(ctx: Context, formatter: HelpFormatter)
154 click.core.Command.get_help?4(ctx: Context)
155 click.core.Command.get_help_option?4(ctx: Context)
156 click.core.Command.get_help_option_names?4(ctx: Context)
157 click.core.Command.get_params?4(ctx: Context)
158 click.core.Command.get_short_help_str?4(limit: int = 45)
159 click.core.Command.get_usage?4(ctx: Context)
160 click.core.Command.invoke?4(ctx: Context)
161 click.core.Command.make_parser?4(ctx: Context)
162 click.core.Command.parse_args?4(ctx: Context, args: t.List[str])
163 click.core.Command.shell_complete?4(ctx: Context, incomplete: str)
164 click.core.Command.show_help?4(param: "Parameter", value: str)
165 click.core.Command.to_info_dict?4(ctx: Context)
166 click.core.Command?1(name: t.Optional[str], context_settings: t.Optional[t.Dict[str, t.Any]] = None, callback: t.Optional[t.Callable[..., t.Any]] = None, params: t.Optional[t.List["Parameter"]] = None, help: t.Optional[str] = None, epilog: t.Optional[str] = None, short_help: t.Optional[str] = None, options_metavar: t.Optional[str] = "[OPTIONS]", add_help_option: bool = True, no_args_is_help: bool = False, hidden: bool = False, deprecated: bool = False, )
167 click.core.CommandCollection.add_source?4(multi_cmd: MultiCommand)
168 click.core.CommandCollection.get_command?4(ctx: Context, cmd_name: str)
169 click.core.CommandCollection.list_commands?4(ctx: Context)
170 click.core.CommandCollection?1(name: t.Optional[str] = None, sources: t.Optional[t.List[MultiCommand]] = None, **attrs: t.Any, )
171 click.core.Context._make_sub_context?5(command: "Command")
172 click.core.Context.abort?4()
173 click.core.Context.call_on_close?4(f: t.Callable[..., t.Any])
174 click.core.Context.close?4()
175 click.core.Context.command_path?4()
176 click.core.Context.ensure_object?4(object_type: t.Type[V])
177 click.core.Context.exit?4(code: int = 0)
178 click.core.Context.fail?4(message: str)
179 click.core.Context.find_object?4(object_type: t.Type[V])
180 click.core.Context.find_root?4()
181 click.core.Context.forward?4(__cmd: "Command", *args: t.Any, **kwargs: t.Any)
182 click.core.Context.get_help?4()
183 click.core.Context.get_parameter_source?4(name: str)
184 click.core.Context.get_usage?4()
185 click.core.Context.invoke?4(__callback: t.Union["Command", t.Callable[..., t.Any]], *args: t.Any, **kwargs: t.Any, )
186 click.core.Context.lookup_default?4(name: str, call: bool = True)
187 click.core.Context.make_formatter?4()
188 click.core.Context.meta?4()
189 click.core.Context.scope?4(cleanup: bool = True)
190 click.core.Context.set_parameter_source?4(name: str, source: ParameterSource)
191 click.core.Context.to_info_dict?4()
192 click.core.Context.with_resource?4(context_manager: t.ContextManager[V])
193 click.core.Context?1(command: "Command", parent: t.Optional["Context"] = None, info_name: t.Optional[str] = None, obj: t.Optional[t.Any] = None, auto_envvar_prefix: t.Optional[str] = None, default_map: t.Optional[t.Dict[str, t.Any]] = None, terminal_width: t.Optional[int] = None, max_content_width: t.Optional[int] = None, resilient_parsing: bool = False, allow_extra_args: t.Optional[bool] = None, allow_interspersed_args: t.Optional[bool] = None, ignore_unknown_options: t.Optional[bool] = None, help_option_names: t.Optional[t.List[str]] = None, token_normalize_func: t.Optional[t.Callable[[str], str]] = None, color: t.Optional[bool] = None, show_default: t.Optional[bool] = None, )
194 click.core.F?7
195 click.core.Group.add_command?4(cmd: Command, name: t.Optional[str] = None)
196 click.core.Group.command?4(*args: t.Any, **kwargs: t.Any)
197 click.core.Group.decorator?4(t.Any])
198 click.core.Group.get_command?4(ctx: Context, cmd_name: str)
199 click.core.Group.group?4(*args: t.Any, **kwargs: t.Any)
200 click.core.Group.list_commands?4(ctx: Context)
201 click.core.Group?1(name: t.Optional[str] = None, commands: t.Optional[t.Union[t.Dict[str, Command], t.Sequence[Command]]] = None, **attrs: t.Any, )
202 click.core.MultiCommand._process_result?5()
203 click.core.MultiCommand.allow_extra_args?7
204 click.core.MultiCommand.allow_interspersed_args?7
205 click.core.MultiCommand.collect_usage_pieces?4(ctx: Context)
206 click.core.MultiCommand.decorator?4()
207 click.core.MultiCommand.format_commands?4(ctx: Context, formatter: HelpFormatter)
208 click.core.MultiCommand.format_options?4(ctx: Context, formatter: HelpFormatter)
209 click.core.MultiCommand.function?4(*args, **kwargs)
210 click.core.MultiCommand.get_command?4(ctx: Context, cmd_name: str)
211 click.core.MultiCommand.invoke?4(ctx: Context)
212 click.core.MultiCommand.list_commands?4(ctx: Context)
213 click.core.MultiCommand.parse_args?4(ctx: Context, args: t.List[str])
214 click.core.MultiCommand.resolve_command?4(ctx: Context, args: t.List[str])
215 click.core.MultiCommand.result_callback?4(replace: bool = False)
216 click.core.MultiCommand.resultcallback?4(replace: bool = False)
217 click.core.MultiCommand.shell_complete?4(ctx: Context, incomplete: str)
218 click.core.MultiCommand.to_info_dict?4(ctx: Context)
219 click.core.MultiCommand?1(name: t.Optional[str] = None, invoke_without_command: bool = False, no_args_is_help: t.Optional[bool] = None, subcommand_metavar: t.Optional[str] = None, chain: bool = False, result_callback: t.Optional[t.Callable[..., t.Any]] = None, **attrs: t.Any, )
220 click.core.Option._parse_decls?5(decls: t.Sequence[str], expose_value: bool)
221 click.core.Option._write_opts?5()
222 click.core.Option.add_to_parser?4(parser: OptionParser, ctx: Context)
223 click.core.Option.consume_value?4(ctx: Context, opts: t.Mapping[str, "Parameter"])
224 click.core.Option.get_default?4(ctx: Context, call: bool = True)
225 click.core.Option.get_help_record?4(ctx: Context)
226 click.core.Option.param_type_name?7
227 click.core.Option.prompt_for_value?4(ctx: Context)
228 click.core.Option.resolve_envvar_value?4(ctx: Context)
229 click.core.Option.to_info_dict?4()
230 click.core.Option.value_from_envvar?4(ctx: Context)
231 click.core.Option?1(param_decls: t.Optional[t.Sequence[str]] = None, show_default: bool = False, prompt: t.Union[bool, str] = False, confirmation_prompt: t.Union[bool, str] = False, prompt_required: bool = True, hide_input: bool = False, is_flag: t.Optional[bool] = None, flag_value: t.Optional[t.Any] = None, multiple: bool = False, count: bool = False, allow_from_autoenv: bool = True, type: t.Optional[t.Union[types.ParamType, t.Any]] = None, help: t.Optional[str] = None, hidden: bool = False, show_choices: bool = True, show_envvar: bool = False, **attrs: t.Any, )
232 click.core.Parameter._parse_decls?5(decls: t.Sequence[str], expose_value: bool)
233 click.core.Parameter.add_to_parser?4(parser: OptionParser, ctx: Context)
234 click.core.Parameter.check_iter?4()
235 click.core.Parameter.consume_value?4(ctx: Context, opts: t.Mapping[str, t.Any])
236 click.core.Parameter.convert?4()
237 click.core.Parameter.get_default?4(ctx: Context, call: bool = True)
238 click.core.Parameter.get_error_hint?4(ctx: Context)
239 click.core.Parameter.get_help_record?4(ctx: Context)
240 click.core.Parameter.get_usage_pieces?4(ctx: Context)
241 click.core.Parameter.handle_parse_result?4(ctx: Context, opts: t.Mapping[str, t.Any], args: t.List[str])
242 click.core.Parameter.human_readable_name?4()
243 click.core.Parameter.make_metavar?4()
244 click.core.Parameter.param_type_name?7
245 click.core.Parameter.process_value?4(ctx: Context, value: t.Any)
246 click.core.Parameter.resolve_envvar_value?4(ctx: Context)
247 click.core.Parameter.shell_complete?4(ctx: Context, incomplete: str)
248 click.core.Parameter.to_info_dict?4()
249 click.core.Parameter.type_cast_value?4(ctx: Context, value: t.Any)
250 click.core.Parameter.value_from_envvar?4(ctx: Context)
251 click.core.Parameter.value_is_missing?4(value: t.Any)
252 click.core.Parameter?1(param_decls: t.Optional[t.Sequence[str]] = None, type: t.Optional[t.Union[types.ParamType, t.Any]] = None, required: bool = False, default: t.Optional[t.Union[t.Any, t.Callable[[], t.Any]]] = None, callback: t.Optional[t.Callable[[Context, "Parameter", t.Any], t.Any]] = None, nargs: t.Optional[int] = None, multiple: bool = False, metavar: t.Optional[str] = None, expose_value: bool = True, is_eager: bool = False, envvar: t.Optional[t.Union[str, t.Sequence[str]]] = None, shell_complete: t.Optional[
253 t.Callable[
254 [Context, "Parameter", str], t.Union[t.List["CompletionItem"], t.List[str]], ]
255 ] = None, autocompletion: t.Optional[
256 t.Callable[
257 [Context, t.List[str], str], t.List[t.Union[t.Tuple[str, str], str]]
258 ]
259 ] = None, )
260 click.core.ParameterSource.COMMANDLINE?7
261 click.core.ParameterSource.DEFAULT?7
262 click.core.ParameterSource.DEFAULT_MAP?7
263 click.core.ParameterSource.ENVIRONMENT?7
264 click.core.ParameterSource.PROMPT?7
265 click.core.V?7
266 click.core._check_iter?5(value: t.Any)
267 click.core._check_multicommand?5(base_command: "MultiCommand", cmd_name: str, cmd: "Command", register: bool = False)
268 click.core._complete_visible_commands?5(ctx: "Context", incomplete: str)
269 click.core._fast_exit?5(code: int)
270 click.core.augment_usage_errors?4(ctx: "Context", param: t.Optional["Parameter"] = None)
271 click.core.batch?4(iterable: t.Iterable[V], batch_size: int)
272 click.core.iter_params_for_processing?4(invocation_order: t.Sequence["Parameter"], declaration_order: t.Sequence["Parameter"], )
273 click.core.sort_key?4(item: "Parameter")
274 click.decorators.F?7
275 click.decorators.FC?7
276 click.decorators._make_command?5(f: F, name: t.Optional[str], attrs: t.MutableMapping[str, t.Any], cls: t.Type[Command], )
277 click.decorators._param_memo?5(f: FC, param: Parameter)
278 click.decorators.argument?4(*param_decls: str, **attrs: t.Any)
279 click.decorators.callback?4(ctx: Context, param: Parameter, value: bool)
280 click.decorators.command?4(name: t.Optional[str] = None, cls: t.Optional[t.Type[Command]] = None, **attrs: t.Any, )
281 click.decorators.confirmation_option?4(*param_decls: str, **kwargs: t.Any)
282 click.decorators.decorator?4(f: F)
283 click.decorators.decorator?4(f: FC)
284 click.decorators.decorator?4(f: t.Callable[..., t.Any])
285 click.decorators.group?4(name: t.Optional[str] = None, **attrs: t.Any)
286 click.decorators.help_option?4(*param_decls: str, **kwargs: t.Any)
287 click.decorators.make_pass_decorator?4(object_type: t.Type, ensure: bool = False)
288 click.decorators.new_func?4(*args, **kwargs)
289 click.decorators.option?4(*param_decls: str, **attrs: t.Any)
290 click.decorators.pass_context?4(f: F)
291 click.decorators.pass_meta_key?4(key: str, *, doc_description: t.Optional[str] = None)
292 click.decorators.pass_obj?4(f: F)
293 click.decorators.password_option?4(*param_decls: str, **kwargs: t.Any)
294 click.decorators.version_option?4(version: t.Optional[str] = None, *param_decls: str, package_name: t.Optional[str] = None, prog_name: t.Optional[str] = None, message: t.Optional[str] = None, **kwargs: t.Any, )
295 click.exceptions.BadOptionUsage?1(option_name: str, message: str, ctx: t.Optional["Context"] = None)
296 click.exceptions.BadParameter.format_message?4()
297 click.exceptions.BadParameter?1(message: str, ctx: t.Optional["Context"] = None, param: t.Optional["Parameter"] = None, param_hint: t.Optional[str] = None, )
298 click.exceptions.ClickException.exit_code?7
299 click.exceptions.ClickException.format_message?4()
300 click.exceptions.ClickException.show?4(file: t.Optional[t.IO] = None)
301 click.exceptions.ClickException?1(message: str)
302 click.exceptions.Exit?1(code: int = 0)
303 click.exceptions.FileError.format_message?4()
304 click.exceptions.FileError?1(filename: str, hint: t.Optional[str] = None)
305 click.exceptions.MissingParameter.format_message?4()
306 click.exceptions.MissingParameter?1(message: t.Optional[str] = None, ctx: t.Optional["Context"] = None, param: t.Optional["Parameter"] = None, param_hint: t.Optional[str] = None, param_type: t.Optional[str] = None, )
307 click.exceptions.NoSuchOption.format_message?4()
308 click.exceptions.NoSuchOption?1(option_name: str, message: t.Optional[str] = None, possibilities: t.Optional[t.Sequence[str]] = None, ctx: t.Optional["Context"] = None, )
309 click.exceptions.UsageError.exit_code?7
310 click.exceptions.UsageError.show?4(file: t.Optional[t.IO] = None)
311 click.exceptions.UsageError?1(message: str, ctx: t.Optional["Context"] = None)
312 click.exceptions._join_param_hints?5(param_hint: t.Optional[t.Union[t.Sequence[str], str]])
313 click.formatting.HelpFormatter.dedent?4()
314 click.formatting.HelpFormatter.getvalue?4()
315 click.formatting.HelpFormatter.indent?4()
316 click.formatting.HelpFormatter.indentation?4()
317 click.formatting.HelpFormatter.section?4(name: str)
318 click.formatting.HelpFormatter.write?4(string: str)
319 click.formatting.HelpFormatter.write_dl?4(rows: t.Sequence[t.Tuple[str, str]], col_max: int = 30, col_spacing: int = 2, )
320 click.formatting.HelpFormatter.write_heading?4(heading: str)
321 click.formatting.HelpFormatter.write_paragraph?4()
322 click.formatting.HelpFormatter.write_text?4(text: str)
323 click.formatting.HelpFormatter.write_usage?4(prog: str, args: str = "", prefix: t.Optional[str] = None)
324 click.formatting.HelpFormatter?1(indent_increment: int = 2, width: t.Optional[int] = None, max_width: t.Optional[int] = None, )
325 click.formatting._flush_par?5()
326 click.formatting.iter_rows?4(rows: t.Iterable[t.Tuple[str, str]], col_count: int)
327 click.formatting.join_options?4(options: t.Sequence[str])
328 click.formatting.measure_table?4(rows: t.Iterable[t.Tuple[str, str]])
329 click.formatting.wrap_text?4(text: str, width: int = 78, initial_indent: str = "", subsequent_indent: str = "", preserve_paragraphs: bool = False, )
330 click.globals._local?8
331 click.globals.get_current_context?4(silent: "te.Literal[False]" = False)
332 click.globals.get_current_context?4(silent: bool = ...)
333 click.globals.get_current_context?4(silent: bool = False)
334 click.globals.pop_context?4()
335 click.globals.push_context?4(ctx: "Context")
336 click.globals.resolve_color_default?4(color: t.Optional[bool] = None)
337 click.parser.Argument.process?4(value: t.Union[t.Optional[str], t.Sequence[t.Optional[str]]], state: "ParsingState", )
338 click.parser.Argument?1(obj: "CoreArgument", dest: t.Optional[str], nargs: int = 1)
339 click.parser.Option.process?4(value: str, state: "ParsingState")
340 click.parser.Option.takes_value?4()
341 click.parser.Option?1(obj: "CoreOption", opts: t.Sequence[str], dest: t.Optional[str], action: t.Optional[str] = None, nargs: int = 1, const: t.Optional[t.Any] = None, )
342 click.parser.OptionParser._get_value_from_state?5(option_name: str, option: Option, state: ParsingState)
343 click.parser.OptionParser._match_long_opt?5(opt: str, explicit_value: t.Optional[str], state: ParsingState)
344 click.parser.OptionParser._match_short_opt?5(arg: str, state: ParsingState)
345 click.parser.OptionParser._process_args_for_args?5(state: ParsingState)
346 click.parser.OptionParser._process_args_for_options?5(state: ParsingState)
347 click.parser.OptionParser._process_opts?5(arg: str, state: ParsingState)
348 click.parser.OptionParser.add_argument?4(obj: "CoreArgument", dest: t.Optional[str], nargs: int = 1)
349 click.parser.OptionParser.add_option?4(obj: "CoreOption", opts: t.Sequence[str], dest: t.Optional[str], action: t.Optional[str] = None, nargs: int = 1, const: t.Optional[t.Any] = None, )
350 click.parser.OptionParser.parse_args?4(args: t.List[str])
351 click.parser.OptionParser?1(ctx: t.Optional["Context"] = None)
352 click.parser.ParsingState?1(rargs: t.List[str])
353 click.parser.V?7
354 click.parser._fetch?5(c: "te.Deque[V]")
355 click.parser._flag_needs_value?8
356 click.parser._unpack_args?5(args: t.Sequence[str], nargs_spec: t.Sequence[int])
357 click.parser.normalize_opt?4(opt: str, ctx: t.Optional["Context"])
358 click.parser.split_arg_string?4(string: str)
359 click.parser.split_opt?4(opt: str)
360 click.shell_completion.BashComplete._check_version?5()
361 click.shell_completion.BashComplete.format_completion?4(item: CompletionItem)
362 click.shell_completion.BashComplete.get_completion_args?4()
363 click.shell_completion.BashComplete.name?7
364 click.shell_completion.BashComplete.source?4()
365 click.shell_completion.BashComplete.source_template?7
366 click.shell_completion.CompletionItem?1(value: t.Any, type: str = "plain", help: t.Optional[str] = None, **kwargs: t.Any, )
367 click.shell_completion.FishComplete.format_completion?4(item: CompletionItem)
368 click.shell_completion.FishComplete.get_completion_args?4()
369 click.shell_completion.FishComplete.name?7
370 click.shell_completion.FishComplete.source_template?7
371 click.shell_completion.ShellComplete.complete?4()
372 click.shell_completion.ShellComplete.format_completion?4(item: CompletionItem)
373 click.shell_completion.ShellComplete.func_name?4()
374 click.shell_completion.ShellComplete.get_completion_args?4()
375 click.shell_completion.ShellComplete.get_completions?4(args: t.List[str], incomplete: str)
376 click.shell_completion.ShellComplete.source?4()
377 click.shell_completion.ShellComplete.source_vars?4()
378 click.shell_completion.ShellComplete?1(cli: BaseCommand, ctx_args: t.Dict[str, t.Any], prog_name: str, complete_var: str, )
379 click.shell_completion.ZshComplete.format_completion?4(item: CompletionItem)
380 click.shell_completion.ZshComplete.get_completion_args?4()
381 click.shell_completion.ZshComplete.name?7
382 click.shell_completion.ZshComplete.source_template?7
383 click.shell_completion._SOURCE_BASH?8
384 click.shell_completion._SOURCE_FISH?8
385 click.shell_completion._SOURCE_ZSH?8
386 click.shell_completion._is_incomplete_argument?5(ctx: Context, param: Parameter)
387 click.shell_completion._is_incomplete_option?5(args: t.List[str], param: Parameter)
388 click.shell_completion._resolve_context?5(cli: BaseCommand, ctx_args: t.Dict[str, t.Any], prog_name: str, args: t.List[str])
389 click.shell_completion._resolve_incomplete?5(ctx: Context, args: t.List[str], incomplete: str)
390 click.shell_completion._start_of_option?5(value: str)
391 click.shell_completion.add_completion_class?4(cls: t.Type[ShellComplete], name: t.Optional[str] = None)
392 click.shell_completion.get_completion_class?4(shell: str)
393 click.shell_completion.shell_complete?4(cli: BaseCommand, ctx_args: t.Dict[str, t.Any], prog_name: str, complete_var: str, instruction: str, )
394 click.termui.V?7
395 click.termui._ansi_colors?8
396 click.termui._ansi_reset_all?8
397 click.termui._build_prompt?5(text: str, suffix: str, show_default: bool = False, default: t.Optional[t.Any] = None, show_choices: bool = True, type: t.Optional[ParamType] = None, )
398 click.termui._format_default?5(default: t.Any)
399 click.termui._interpret_color?5(color: t.Union[int, t.Tuple[int, int, int], str], offset: int = 0)
400 click.termui.clear?4()
401 click.termui.confirm?4(text: str, default: t.Optional[bool] = False, abort: bool = False, prompt_suffix: str = ": ", show_default: bool = True, err: bool = False, )
402 click.termui.echo_via_pager?4(text_or_generator: t.Union[t.Iterable[str], t.Callable[[], t.Iterable[str]], str], color: t.Optional[bool] = None, )
403 click.termui.edit?4(text: t.Optional[t.AnyStr] = None, editor: t.Optional[str] = None, env: t.Optional[t.Mapping[str, str]] = None, require_save: bool = True, extension: str = ".txt", filename: t.Optional[str] = None, )
404 click.termui.get_terminal_size?4()
405 click.termui.getchar?4(echo: bool = False)
406 click.termui.hidden_prompt_func?4(prompt: str)
407 click.termui.launch?4(url: str, wait: bool = False, locate: bool = False)
408 click.termui.pause?4(info: t.Optional[str] = None, err: bool = False)
409 click.termui.progressbar?4(iterable: t.Optional[t.Iterable[V]] = None, length: t.Optional[int] = None, label: t.Optional[str] = None, show_eta: bool = True, show_percent: t.Optional[bool] = None, show_pos: bool = False, item_show_func: t.Optional[t.Callable[[t.Optional[V]], t.Optional[str]]] = None, fill_char: str = " empty_char: str = "-", bar_template: str = "%(label)s [%(bar)s] %(info)s", info_sep: str = " ", width: int = 36, file: t.Optional[t.TextIO] = None, color: t.Optional[bool] = None, update_min_steps: int = 1, )
410 click.termui.prompt?4(text: str, default: t.Optional[t.Any] = None, hide_input: bool = False, confirmation_prompt: t.Union[bool, str] = False, type: t.Optional[ParamType] = None, value_proc: t.Optional[t.Callable[[str], t.Any]] = None, prompt_suffix: str = ": ", show_default: bool = True, err: bool = False, show_choices: bool = True, )
411 click.termui.prompt_func?4(text: str)
412 click.termui.raw_terminal?4()
413 click.termui.secho?4(message: t.Optional[t.Any] = None, file: t.Optional[t.IO] = None, nl: bool = True, err: bool = False, color: t.Optional[bool] = None, **styles: t.Any, )
414 click.termui.style?4(text: t.Any, fg: t.Optional[t.Union[int, t.Tuple[int, int, int], str]] = None, bg: t.Optional[t.Union[int, t.Tuple[int, int, int], str]] = None, bold: t.Optional[bool] = None, dim: t.Optional[bool] = None, underline: t.Optional[bool] = None, overline: t.Optional[bool] = None, italic: t.Optional[bool] = None, blink: t.Optional[bool] = None, reverse: t.Optional[bool] = None, strikethrough: t.Optional[bool] = None, reset: bool = True, )
415 click.termui.unstyle?4(text: str)
416 click.testing.CliRunner._getchar?5()
417 click.testing.CliRunner.get_default_prog_name?4(cli: "BaseCommand")
418 click.testing.CliRunner.hidden_input?4()
419 click.testing.CliRunner.invoke?4(cli: "BaseCommand", args: t.Optional[t.Union[str, t.Sequence[str]]] = None, input: t.Optional[t.Union[str, bytes, t.IO]] = None, env: t.Optional[t.Mapping[str, t.Optional[str]]] = None, catch_exceptions: bool = True, color: bool = False, **extra: t.Any, )
420 click.testing.CliRunner.isolated_filesystem?4(temp_dir: t.Optional[t.Union[str, os.PathLike]] = None)
421 click.testing.CliRunner.isolation?4(input: t.Optional[t.Union[str, bytes, t.IO]] = None, env: t.Optional[t.Mapping[str, t.Optional[str]]] = None, color: bool = False, )
422 click.testing.CliRunner.make_env?4(overrides: t.Optional[t.Mapping[str, t.Optional[str]]] = None)
423 click.testing.CliRunner.should_strip_ansi?4(color: t.Optional[bool] = None)
424 click.testing.CliRunner.visible_input?4()
425 click.testing.CliRunner?1(charset: str = "utf-8", env: t.Optional[t.Mapping[str, t.Optional[str]]] = None, echo_stdin: bool = False, mix_stderr: bool = True, )
426 click.testing.EchoingStdin._echo?5(rv: bytes)
427 click.testing.EchoingStdin.read1?4(n: int = -1)
428 click.testing.EchoingStdin.read?4(n: int = -1)
429 click.testing.EchoingStdin.readline?4(n: int = -1)
430 click.testing.EchoingStdin.readlines?4()
431 click.testing.EchoingStdin?1(input: t.BinaryIO, output: t.BinaryIO)
432 click.testing.Result.output?4()
433 click.testing.Result.stderr?4()
434 click.testing.Result.stdout?4()
435 click.testing.Result?1(runner: "CliRunner", stdout_bytes: bytes, stderr_bytes: t.Optional[bytes], return_value: t.Any, exit_code: int, exception: t.Optional[BaseException], exc_info: t.Optional[
436 t.Tuple[t.Type[BaseException], BaseException, TracebackType]
437 ] = None, )
438 click.testing._NamedTextIOWrapper.mode?4()
439 click.testing._NamedTextIOWrapper.name?4()
440 click.testing._NamedTextIOWrapper?2(buffer: t.BinaryIO, name: str, mode: str, **kwargs: t.Any)
441 click.testing._pause_echo?5(stream: t.Optional[EchoingStdin])
442 click.testing.make_input_stream?4(input: t.Optional[t.Union[str, bytes, t.IO]], charset: str)
443 click.types.BOOL?7
444 click.types.BoolParamType.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
445 click.types.BoolParamType.name?7
446 click.types.Choice.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
447 click.types.Choice.get_metavar?4(param: "Parameter")
448 click.types.Choice.get_missing_message?4(param: "Parameter")
449 click.types.Choice.name?7
450 click.types.Choice.shell_complete?4(ctx: "Context", param: "Parameter", incomplete: str)
451 click.types.Choice.to_info_dict?4()
452 click.types.Choice?1(choices: t.Sequence[str], case_sensitive: bool = True)
453 click.types.CompositeParamType.arity?4()
454 click.types.CompositeParamType.is_composite?7
455 click.types.DateTime._try_to_convert_date?5(value: t.Any, format: str)
456 click.types.DateTime.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
457 click.types.DateTime.get_metavar?4(param: "Parameter")
458 click.types.DateTime.name?7
459 click.types.DateTime.to_info_dict?4()
460 click.types.DateTime?1(formats: t.Optional[t.Sequence[str]] = None)
461 click.types.FLOAT?7
462 click.types.File.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
463 click.types.File.envvar_list_splitter?7
464 click.types.File.name?7
465 click.types.File.resolve_lazy_flag?4(value: t.Any)
466 click.types.File.shell_complete?4(ctx: "Context", param: "Parameter", incomplete: str)
467 click.types.File.to_info_dict?4()
468 click.types.File?1(mode: str = "r", encoding: t.Optional[str] = None, errors: t.Optional[str] = "strict", lazy: t.Optional[bool] = None, atomic: bool = False, )
469 click.types.FloatParamType._number_class?8
470 click.types.FloatParamType.name?7
471 click.types.FloatRange._clamp?5(bound: float, dir: "te.Literal[1, -1]", open: bool)
472 click.types.FloatRange.name?7
473 click.types.FloatRange?1(min: t.Optional[float] = None, max: t.Optional[float] = None, min_open: bool = False, max_open: bool = False, clamp: bool = False, )
474 click.types.FuncParamType.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
475 click.types.FuncParamType.to_info_dict?4()
476 click.types.FuncParamType?1(func: t.Callable[[t.Any], t.Any])
477 click.types.INT?7
478 click.types.IntParamType._number_class?8
479 click.types.IntParamType.name?7
480 click.types.IntRange._clamp?5(bound: int, dir: "te.Literal[1, -1]", open: bool)
481 click.types.IntRange.name?7
482 click.types.ParamType.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
483 click.types.ParamType.fail?4(message: str, param: t.Optional["Parameter"] = None, ctx: t.Optional["Context"] = None, )
484 click.types.ParamType.get_metavar?4(param: "Parameter")
485 click.types.ParamType.get_missing_message?4(param: "Parameter")
486 click.types.ParamType.shell_complete?4(ctx: "Context", param: "Parameter", incomplete: str)
487 click.types.ParamType.split_envvar_value?4(rv: str)
488 click.types.ParamType.to_info_dict?4()
489 click.types.Path.coerce_path_result?4(rv: t.Any)
490 click.types.Path.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
491 click.types.Path.envvar_list_splitter?7
492 click.types.Path.shell_complete?4(ctx: "Context", param: "Parameter", incomplete: str)
493 click.types.Path.to_info_dict?4()
494 click.types.Path?1(exists: bool = False, file_okay: bool = True, dir_okay: bool = True, writable: bool = False, readable: bool = True, resolve_path: bool = False, allow_dash: bool = False, path_type: t.Optional[t.Type] = None, )
495 click.types.STRING?7
496 click.types.StringParamType.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
497 click.types.StringParamType.name?7
498 click.types.Tuple.arity?4()
499 click.types.Tuple.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
500 click.types.Tuple.name?4()
501 click.types.Tuple.to_info_dict?4()
502 click.types.Tuple?1(types: t.Sequence[t.Union[t.Type, ParamType]])
503 click.types.UNPROCESSED?7
504 click.types.UUID?7
505 click.types.UUIDParameterType.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
506 click.types.UUIDParameterType.name?7
507 click.types.UnprocessedParamType.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
508 click.types.UnprocessedParamType.name?7
509 click.types._NumberParamTypeBase.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
510 click.types._NumberRangeBase._clamp?5(bound: float, dir: "te.Literal[1, -1]", open: bool)
511 click.types._NumberRangeBase._describe_range?5()
512 click.types._NumberRangeBase.convert?4(value: t.Any, param: t.Optional["Parameter"], ctx: t.Optional["Context"])
513 click.types._NumberRangeBase.to_info_dict?4()
514 click.types._NumberRangeBase?2(min: t.Optional[float] = None, max: t.Optional[float] = None, min_open: bool = False, max_open: bool = False, clamp: bool = False, )
515 click.types.convert_type?4(ty: t.Optional[t.Any], default: t.Optional[t.Any] = None)
516 click.utils.F?7
517 click.utils.KeepOpenFile?1(file: t.IO)
518 click.utils.LazyFile.close?4()
519 click.utils.LazyFile.close_intelligently?4()
520 click.utils.LazyFile.open?4()
521 click.utils.LazyFile?1(filename: str, mode: str = "r", encoding: t.Optional[str] = None, errors: t.Optional[str] = "strict", atomic: bool = False, )
522 click.utils.PacifyFlushWrapper.flush?4()
523 click.utils.PacifyFlushWrapper?1(wrapped: t.IO)
524 click.utils._detect_program_name?5(path: t.Optional[str] = None, _main: ModuleType = sys.modules["__main__"])
525 click.utils._expand_args?5(args: t.Iterable[str], *, user: bool = True, env: bool = True, glob_recursive: bool = True, )
526 click.utils._posixify?5(name: str)
527 click.utils.echo?4(message: t.Optional[t.Any] = None, file: t.Optional[t.IO] = None, nl: bool = True, err: bool = False, color: t.Optional[bool] = None, )
528 click.utils.format_filename?4(filename: t.Union[str, bytes, os.PathLike], shorten: bool = False)
529 click.utils.get_app_dir?4(app_name: str, roaming: bool = True, force_posix: bool = False)
530 click.utils.get_binary_stream?4(name: "te.Literal['stdin', 'stdout', 'stderr']")
531 click.utils.get_os_args?4()
532 click.utils.get_text_stream?4(name: "te.Literal['stdin', 'stdout', 'stderr']", encoding: t.Optional[str] = None, errors: t.Optional[str] = "strict", )
533 click.utils.make_default_short_help?4(help: str, max_length: int = 45)
534 click.utils.make_str?4(value: t.Any)
535 click.utils.open_file?4(filename: str, mode: str = "r", encoding: t.Optional[str] = None, errors: t.Optional[str] = "strict", lazy: bool = False, atomic: bool = False, )
536 click.utils.safecall?4(func: F)
537 click.utils.wrapper?4(*args, **kwargs)

eric ide

mercurial