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

1 line
5.9 KiB
JSON

{".class": "MypyFile", "_fullname": "tests.logging_configurator_tests", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "LoggingConfigurator": {".class": "SymbolTableNode", "cross_ref": "superset.utils.logging_configurator.LoggingConfigurator", "kind": "Gdef"}, "MagicMock": {".class": "SymbolTableNode", "cross_ref": "unittest.mock.MagicMock", "kind": "Gdef"}, "MyConfigurator@40": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["superset.utils.logging_configurator.LoggingConfigurator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tests.logging_configurator_tests.MyConfigurator@40", "name": "MyConfigurator", "type_vars": []}, "flags": [], "fullname": "tests.logging_configurator_tests.MyConfigurator@40", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "tests.logging_configurator_tests", "mro": ["tests.logging_configurator_tests.MyConfigurator@40", "superset.utils.logging_configurator.LoggingConfigurator", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "handler"], "flags": [], "fullname": "tests.logging_configurator_tests.MyConfigurator@40.__init__", "name": "__init__", "type": null}}, "configure_logging": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "app_config", "debug_mode"], "flags": [], "fullname": "tests.logging_configurator_tests.MyConfigurator@40.configure_logging", "name": "configure_logging", "type": null}}, "handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "tests.logging_configurator_tests.MyConfigurator@40.handler", "name": "handler", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MyEventHandler@31": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Handler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tests.logging_configurator_tests.MyEventHandler@31", "name": "MyEventHandler", "type_vars": []}, "flags": [], "fullname": "tests.logging_configurator_tests.MyEventHandler@31", "metaclass_type": null, "metadata": {}, "module_name": "tests.logging_configurator_tests", "mro": ["tests.logging_configurator_tests.MyEventHandler@31", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.logging_configurator_tests.MyEventHandler@31.__init__", "name": "__init__", "type": null}}, "handle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "tests.logging_configurator_tests.MyEventHandler@31.handle", "name": "handle", "type": null}}, "received": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "tests.logging_configurator_tests.MyEventHandler@31.received", "name": "received", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TestLoggingConfigurator": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.case.TestCase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "tests.logging_configurator_tests.TestLoggingConfigurator", "name": "TestLoggingConfigurator", "type_vars": []}, "flags": [], "fullname": "tests.logging_configurator_tests.TestLoggingConfigurator", "metaclass_type": null, "metadata": {}, "module_name": "tests.logging_configurator_tests", "mro": ["tests.logging_configurator_tests.TestLoggingConfigurator", "unittest.case.TestCase", "builtins.object"], "names": {".class": "SymbolTable", "reset_logging": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.logging_configurator_tests.TestLoggingConfigurator.reset_logging", "name": "reset_logging", "type": null}}, "test_configurator_adding_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "tests.logging_configurator_tests.TestLoggingConfigurator.test_configurator_adding_handler", "name": "test_configurator_adding_handler", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.logging_configurator_tests.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.logging_configurator_tests.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.logging_configurator_tests.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "tests.logging_configurator_tests.__package__", "name": "__package__", "type": "builtins.str"}}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef"}}, "path": "tests/logging_configurator_tests.py"}