massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pygments / pygments / sphinxext.pyi
1 from typing import Any
2
3 from docutils.parsers.rst import Directive
4
5 MODULEDOC: str
6 LEXERDOC: str
7 FMTERDOC: str
8 FILTERDOC: str
9
10 class PygmentsDoc(Directive):
11     has_content: bool
12     required_arguments: int
13     optional_arguments: int
14     final_argument_whitespace: bool
15     option_spec: Any
16     filenames: Any
17     def run(self): ...
18     def document_lexers(self): ...
19     def document_formatters(self): ...
20     def document_filters(self): ...
21
22 def setup(app) -> None: ...