Files
superset2/.mypy_cache/3.6/markdown/core.data.json
Maxime Beauchemin 57bccba93a simple redirect
2023-08-10 16:28:51 -07:00

1 line
18 KiB
JSON

{".class": "MypyFile", "_fullname": "markdown.core", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BlockParser": {".class": "SymbolTableNode", "cross_ref": "markdown.blockparser.BlockParser", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ClassVar": {".class": "SymbolTableNode", "cross_ref": "typing.ClassVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Element": {".class": "SymbolTableNode", "cross_ref": "xml.etree.ElementTree.Element", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Extension": {".class": "SymbolTableNode", "cross_ref": "markdown.extensions.Extension", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HtmlStash": {".class": "SymbolTableNode", "cross_ref": "markdown.util.HtmlStash", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Markdown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "markdown.core.Markdown", "name": "Markdown", "type_vars": []}, "flags": [], "fullname": "markdown.core.Markdown", "metaclass_type": null, "metadata": {}, "module_name": "markdown.core", "mro": ["markdown.core.Markdown", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["self", "extensions", "extension_configs", "output_format", "tab_length"], "flags": [], "fullname": "markdown.core.Markdown.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["self", "extensions", "extension_configs", "output_format", "tab_length"], "arg_types": ["markdown.core.Markdown", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "markdown.extensions.Extension"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "xhtml"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "html"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Markdown", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "block_level_elements": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.block_level_elements", "name": "block_level_elements", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "build_extension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "ext_name", "configs"], "flags": [], "fullname": "markdown.core.Markdown.build_extension", "name": "build_extension", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "ext_name", "configs"], "arg_types": ["markdown.core.Markdown", "builtins.str", {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "build_extension of Markdown", "ret_type": "markdown.extensions.Extension", "type_guard": null, "variables": []}}}, "build_parser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "markdown.core.Markdown.build_parser", "name": "build_parser", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["markdown.core.Markdown"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "build_parser of Markdown", "ret_type": "markdown.core.Markdown", "type_guard": null, "variables": []}}}, "convert": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "flags": [], "fullname": "markdown.core.Markdown.convert", "name": "convert", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source"], "arg_types": ["markdown.core.Markdown", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "convert of Markdown", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "convertFile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "input", "output", "encoding"], "flags": [], "fullname": "markdown.core.Markdown.convertFile", "name": "convertFile", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "input", "output", "encoding"], "arg_types": ["markdown.core.Markdown", {".class": "UnionType", "items": ["builtins.str", "typing.TextIO", "typing.BinaryIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "typing.TextIO", "typing.BinaryIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "convertFile of Markdown", "ret_type": "markdown.core.Markdown", "type_guard": null, "variables": []}}}, "htmlStash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.htmlStash", "name": "htmlStash", "type": "markdown.util.HtmlStash"}}, "inlinePatterns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.inlinePatterns", "name": "inlinePatterns", "type": "markdown.util.Registry"}}, "is_block_level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "tag"], "flags": [], "fullname": "markdown.core.Markdown.is_block_level", "name": "is_block_level", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "tag"], "arg_types": ["markdown.core.Markdown", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_block_level of Markdown", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "output_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.output_format", "name": "output_format", "type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "xhtml"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "html"}]}}}, "output_formats": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "markdown.core.Markdown.output_formats", "name": "output_formats", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "xhtml"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "html"}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["xml.etree.ElementTree.Element"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}], "type_ref": "builtins.dict"}}}, "parser": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.parser", "name": "parser", "type": "markdown.blockparser.BlockParser"}}, "postprocessors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.postprocessors", "name": "postprocessors", "type": "markdown.util.Registry"}}, "preprocessors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.preprocessors", "name": "preprocessors", "type": "markdown.util.Registry"}}, "registerExtension": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "extension"], "flags": [], "fullname": "markdown.core.Markdown.registerExtension", "name": "registerExtension", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "extension"], "arg_types": ["markdown.core.Markdown", "markdown.extensions.Extension"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "registerExtension of Markdown", "ret_type": "markdown.core.Markdown", "type_guard": null, "variables": []}}}, "registerExtensions": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extensions", "configs"], "flags": [], "fullname": "markdown.core.Markdown.registerExtensions", "name": "registerExtensions", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "extensions", "configs"], "arg_types": ["markdown.core.Markdown", {".class": "Instance", "args": [{".class": "UnionType", "items": ["markdown.extensions.Extension", "builtins.str"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "type_ref": "typing.Mapping"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "registerExtensions of Markdown", "ret_type": "markdown.core.Markdown", "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "markdown.core.Markdown.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["markdown.core.Markdown"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of Markdown", "ret_type": "markdown.core.Markdown", "type_guard": null, "variables": []}}}, "serializer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.serializer", "name": "serializer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["xml.etree.ElementTree.Element"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "set_output_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "format"], "flags": [], "fullname": "markdown.core.Markdown.set_output_format", "name": "set_output_format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "format"], "arg_types": ["markdown.core.Markdown", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "xhtml"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "html"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_output_format of Markdown", "ret_type": "markdown.core.Markdown", "type_guard": null, "variables": []}}}, "tab_length": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.tab_length", "name": "tab_length", "type": "builtins.int"}}, "treeprocessors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "markdown.core.Markdown.treeprocessors", "name": "treeprocessors", "type": "markdown.util.Registry"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Registry": {".class": "SymbolTableNode", "cross_ref": "markdown.util.Registry", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "markdown.core.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "markdown.core.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "markdown.core.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "markdown.core.__package__", "name": "__package__", "type": "builtins.str"}}, "markdown": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["text", "extensions", "extension_configs", "output_format", "tab_length"], "flags": [], "fullname": "markdown.core.markdown", "name": "markdown", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["text", "extensions", "extension_configs", "output_format", "tab_length"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "markdown.extensions.Extension"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "xhtml"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "html"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markdown", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "markdownFromFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [5, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "output", "encoding", "extensions", "extension_configs", "output_format", "tab_length"], "flags": [], "fullname": "markdown.core.markdownFromFile", "name": "markdownFromFile", "type": {".class": "CallableType", "arg_kinds": [5, 5, 5, 5, 5, 5, 5], "arg_names": ["input", "output", "encoding", "extensions", "extension_configs", "output_format", "tab_length"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "typing.TextIO", "typing.BinaryIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "typing.TextIO", "typing.BinaryIO", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "markdown.extensions.Extension"]}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "xhtml"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "html"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "markdownFromFile", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/Users/max/.cache/pre-commit/repoejng1phv/py_env-python3.6/lib/python3.6/site-packages/markdown-stubs/core.pyi"}