mirror of
https://github.com/apache/superset.git
synced 2026-05-25 09:45:18 +00:00
1 line
5.5 KiB
JSON
1 line
5.5 KiB
JSON
{".class": "MypyFile", "_fullname": "bleach", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ALLOWED_ATTRIBUTES": {".class": "SymbolTableNode", "cross_ref": "bleach.sanitizer.ALLOWED_ATTRIBUTES", "kind": "Gdef", "module_public": false}, "ALLOWED_PROTOCOLS": {".class": "SymbolTableNode", "cross_ref": "bleach.sanitizer.ALLOWED_PROTOCOLS", "kind": "Gdef", "module_public": false}, "ALLOWED_STYLES": {".class": "SymbolTableNode", "cross_ref": "bleach.sanitizer.ALLOWED_STYLES", "kind": "Gdef", "module_public": false}, "ALLOWED_TAGS": {".class": "SymbolTableNode", "cross_ref": "bleach.sanitizer.ALLOWED_TAGS", "kind": "Gdef", "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Cleaner": {".class": "SymbolTableNode", "cross_ref": "bleach.sanitizer.Cleaner", "kind": "Gdef", "module_public": false}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEFAULT_CALLBACKS": {".class": "SymbolTableNode", "cross_ref": "bleach.linkifier.DEFAULT_CALLBACKS", "kind": "Gdef", "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Linker": {".class": "SymbolTableNode", "cross_ref": "bleach.linkifier.Linker", "kind": "Gdef", "module_public": false}, "VERSION": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bleach.VERSION", "name": "VERSION", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "_Attributes": {".class": "SymbolTableNode", "cross_ref": "bleach.sanitizer._Attributes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Callback": {".class": "SymbolTableNode", "cross_ref": "bleach.linkifier._Callback", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "bleach.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bleach.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bleach.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bleach.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bleach.__package__", "name": "__package__", "type": "builtins.str"}}, "__releasedate__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bleach.__releasedate__", "name": "__releasedate__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "bleach.__version__", "name": "__version__", "type": "builtins.str"}}, "clean": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["text", "tags", "attributes", "styles", "protocols", "strip", "strip_comments"], "flags": [], "fullname": "bleach.clean", "name": "clean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["text", "tags", "attributes", "styles", "protocols", "strip", "strip_comments"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Container"}, {".class": "TypeAliasType", "args": [], "type_ref": "bleach.sanitizer._Attributes"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Container"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Container"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clean", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "linkify": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["text", "callbacks", "skip_tags", "parse_email"], "flags": [], "fullname": "bleach.linkify", "name": "linkify", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["text", "callbacks", "skip_tags", "parse_email"], "arg_types": ["builtins.str", {".class": "Instance", "args": ["bleach.linkifier._Callback"], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Container"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "linkify", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/Users/max/.cache/pre-commit/repoejng1phv/py_env-python3.7/lib/python3.7/site-packages/bleach-stubs/__init__.pyi"} |