icefall/.mypy_cache/3.9/_pytest/logging.data.json
Patrick von Platen 0c7fe37e2f add hf hub
2021-12-08 23:01:51 +01:00

1 line
67 KiB
JSON

{".class": "MypyFile", "_fullname": "_pytest.logging", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbstractSet": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef"}, "CaptureManager": {".class": "SymbolTableNode", "cross_ref": "_pytest.capture.CaptureManager", "kind": "Gdef"}, "ColoredLevelFormatter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.Formatter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.ColoredLevelFormatter", "name": "ColoredLevelFormatter", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.ColoredLevelFormatter", "logging.Formatter", "builtins.object"], "names": {".class": "SymbolTable", "LEVELNAME_FMT_REGEX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.logging.ColoredLevelFormatter.LEVELNAME_FMT_REGEX", "name": "LEVELNAME_FMT_REGEX", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "LOGLEVEL_COLOROPTS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.logging.ColoredLevelFormatter.LOGLEVEL_COLOROPTS", "name": "LOGLEVEL_COLOROPTS", "type": {".class": "Instance", "args": ["builtins.int", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.AbstractSet"}], "type_ref": "typing.Mapping"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "terminalwriter", "args", "kwargs"], "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 4], "arg_names": ["self", "terminalwriter", "args", "kwargs"], "arg_types": ["_pytest.logging.ColoredLevelFormatter", "_pytest._io.terminalwriter.TerminalWriter", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ColoredLevelFormatter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_level_to_fmt_mapping": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.ColoredLevelFormatter._level_to_fmt_mapping", "name": "_level_to_fmt_mapping", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "_original_fmt": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter._original_fmt", "name": "_original_fmt", "type": "builtins.str"}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.ColoredLevelFormatter.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.ColoredLevelFormatter", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of ColoredLevelFormatter", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "DEFAULT_LOG_DATE_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.DEFAULT_LOG_DATE_FORMAT", "name": "DEFAULT_LOG_DATE_FORMAT", "type": "builtins.str"}}, "DEFAULT_LOG_FORMAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.DEFAULT_LOG_FORMAT", "name": "DEFAULT_LOG_FORMAT", "type": "builtins.str"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "FixtureRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureRequest", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "LogCaptureFixture": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.LogCaptureFixture", "name": "LogCaptureFixture", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.logging.LogCaptureFixture", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.LogCaptureFixture", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "item", "_ispytest"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "item", "_ispytest"], "arg_types": ["_pytest.logging.LogCaptureFixture", "_pytest.nodes.Node", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_finalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture._finalize", "name": "_finalize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_finalize of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_initial_handler_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LogCaptureFixture._initial_handler_level", "name": "_initial_handler_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "_initial_logger_levels": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LogCaptureFixture._initial_logger_levels", "name": "_initial_logger_levels", "type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "type_ref": "builtins.dict"}}}, "_item": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LogCaptureFixture._item", "name": "_item", "type": "_pytest.nodes.Node"}}, "at_level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.at_level", "name": "at_level", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "arg_types": ["_pytest.logging.LogCaptureFixture", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at_level of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "at_level", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "arg_types": ["_pytest.logging.LogCaptureFixture", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "at_level of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "contextlib._GeneratorContextManager"}, "type_guard": null, "variables": []}}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "clear of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_records": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.get_records", "name": "get_records", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "arg_types": ["_pytest.logging.LogCaptureFixture", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_records of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.handler", "name": "handler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handler of LogCaptureFixture", "ret_type": "_pytest.logging.LogCaptureHandler", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "handler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handler of LogCaptureFixture", "ret_type": "_pytest.logging.LogCaptureHandler", "type_guard": null, "variables": []}}}}, "messages": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.messages", "name": "messages", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "messages of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "messages", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "messages of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "record_tuples": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.record_tuples", "name": "record_tuples", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "record_tuples of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "record_tuples", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "record_tuples of LogCaptureFixture", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "records": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.records", "name": "records", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "records of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "records", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "records of LogCaptureFixture", "ret_type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "set_level": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "flags": [], "fullname": "_pytest.logging.LogCaptureFixture.set_level", "name": "set_level", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "level", "logger"], "arg_types": ["_pytest.logging.LogCaptureFixture", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_level of LogCaptureFixture", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_pytest.logging.LogCaptureFixture.text", "name": "text", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "text of LogCaptureFixture", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "text", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureFixture"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "text of LogCaptureFixture", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LogCaptureHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.StreamHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.LogCaptureHandler", "name": "LogCaptureHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.LogCaptureHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.LogCaptureHandler", "logging.StreamHandler", "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": "_pytest.logging.LogCaptureHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "emit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.LogCaptureHandler.emit", "name": "emit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.LogCaptureHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "emit of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.LogCaptureHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.LogCaptureHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "records": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LogCaptureHandler.records", "name": "records", "type": {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LogCaptureHandler.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LogCaptureHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of LogCaptureHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.logging.LogCaptureHandler.stream", "name": "stream", "type": "io.StringIO"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LoggingPlugin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.LoggingPlugin", "name": "LoggingPlugin", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.LoggingPlugin", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.LoggingPlugin", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "config"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_config": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin._config", "name": "_config", "type": "_pytest.config.Config"}}, "_create_formatter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "log_format", "log_date_format", "auto_indent"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin._create_formatter", "name": "_create_formatter", "type": null}}, "_log_cli_enabled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin._log_cli_enabled", "name": "_log_cli_enabled", "type": null}}, "_runtest_for": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "item", "when"], "flags": ["is_generator"], "fullname": "_pytest.logging.LoggingPlugin._runtest_for", "name": "_runtest_for", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "item", "when"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_runtest_for of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "caplog_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.caplog_handler", "name": "caplog_handler", "type": "_pytest.logging.LogCaptureHandler"}}, "formatter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.formatter", "name": "formatter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "log_cli_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.logging.LoggingPlugin.log_cli_handler", "name": "log_cli_handler", "type": {".class": "UnionType", "items": ["_pytest.logging._LiveLoggingStreamHandler", "_pytest.logging._LiveLoggingNullHandler"]}}}, "log_cli_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_cli_level", "name": "log_cli_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "log_file_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_file_handler", "name": "log_file_handler", "type": "_pytest.logging._FileHandler"}}, "log_file_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_file_level", "name": "log_file_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "log_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.log_level", "name": "log_level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "pytest_collection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_collection", "name": "pytest_collection", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_collection of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_collection", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_call", "name": "pytest_runtest_call", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_call of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_call", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_logfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_logfinish", "name": "pytest_runtest_logfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logfinish of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_logfinish", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_logreport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_logreport", "name": "pytest_runtest_logreport", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logreport of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_logreport", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_logstart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_logstart", "name": "pytest_runtest_logstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_logstart of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_logstart", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_setup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_setup", "name": "pytest_runtest_setup", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_setup of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_setup", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtest_teardown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtest_teardown", "name": "pytest_runtest_teardown", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.nodes.Item"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtest_teardown of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtest_teardown", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_runtestloop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_runtestloop", "name": "pytest_runtestloop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "session"], "arg_types": ["_pytest.logging.LoggingPlugin", "_pytest.main.Session"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_runtestloop of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_runtestloop", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionfinish": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_sessionfinish", "name": "pytest_sessionfinish", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionfinish of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_sessionfinish", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_sessionstart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_sessionstart", "name": "pytest_sessionstart", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_sessionstart of LoggingPlugin", "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_sessionstart", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "pytest_unconfigure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated"], "fullname": "_pytest.logging.LoggingPlugin.pytest_unconfigure", "name": "pytest_unconfigure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging.LoggingPlugin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_unconfigure of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "pytest_unconfigure", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "report_handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.LoggingPlugin.report_handler", "name": "report_handler", "type": "_pytest.logging.LogCaptureHandler"}}, "set_log_path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fname"], "flags": [], "fullname": "_pytest.logging.LoggingPlugin.set_log_path", "name": "set_log_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fname"], "arg_types": ["_pytest.logging.LoggingPlugin", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_log_path of LoggingPlugin", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Parser": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.argparsing.Parser", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "PercentStyleMultiline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.PercentStyle"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.PercentStyleMultiline", "name": "PercentStyleMultiline", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.PercentStyleMultiline", "logging.PercentStyle", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fmt", "auto_indent"], "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fmt", "auto_indent"], "arg_types": ["_pytest.logging.PercentStyleMultiline", "builtins.str", {".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of PercentStyleMultiline", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_auto_indent": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline._auto_indent", "name": "_auto_indent", "type": "builtins.int"}}, "_get_auto_indent": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["auto_indent_option"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.logging.PercentStyleMultiline._get_auto_indent", "name": "_get_auto_indent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["auto_indent_option"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_auto_indent of PercentStyleMultiline", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_get_auto_indent", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["auto_indent_option"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_auto_indent of PercentStyleMultiline", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "_update_message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["record_dict", "message"], "flags": ["is_static", "is_decorated"], "fullname": "_pytest.logging.PercentStyleMultiline._update_message", "name": "_update_message", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["record_dict", "message"], "arg_types": [{".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_update_message of PercentStyleMultiline", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_update_message", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["record_dict", "message"], "arg_types": [{".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_update_message of PercentStyleMultiline", "ret_type": {".class": "Instance", "args": ["builtins.str", "builtins.object"], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}}, "format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging.PercentStyleMultiline.format", "name": "format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging.PercentStyleMultiline", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "format of PercentStyleMultiline", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Session": {".class": "SymbolTableNode", "cross_ref": "_pytest.main.Session", "kind": "Gdef"}, "StoreKey": {".class": "SymbolTableNode", "cross_ref": "_pytest.store.StoreKey", "kind": "Gdef"}, "StringIO": {".class": "SymbolTableNode", "cross_ref": "io.StringIO", "kind": "Gdef"}, "TerminalReporter": {".class": "SymbolTableNode", "cross_ref": "_pytest.terminal.TerminalReporter", "kind": "Gdef"}, "TerminalWriter": {".class": "SymbolTableNode", "cross_ref": "_pytest._io.terminalwriter.TerminalWriter", "kind": "Gdef"}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef"}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef"}, "UsageError": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.exceptions.UsageError", "kind": "Gdef"}, "_ANSI_ESCAPE_SEQ": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._ANSI_ESCAPE_SEQ", "name": "_ANSI_ESCAPE_SEQ", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}, "_FileHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.FileHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging._FileHandler", "name": "_FileHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging._FileHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging._FileHandler", "logging.FileHandler", "logging.StreamHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._FileHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._FileHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of _FileHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_HandlerType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.logging._HandlerType", "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}}, "_LiveLoggingNullHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.NullHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging._LiveLoggingNullHandler", "name": "_LiveLoggingNullHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging._LiveLoggingNullHandler", "logging.NullHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._LiveLoggingNullHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of _LiveLoggingNullHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging._LiveLoggingNullHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of _LiveLoggingNullHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "flags": [], "fullname": "_pytest.logging._LiveLoggingNullHandler.set_when", "name": "set_when", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "arg_types": ["_pytest.logging._LiveLoggingNullHandler", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_when of _LiveLoggingNullHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_LiveLoggingStreamHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["logging.StreamHandler"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging._LiveLoggingStreamHandler", "name": "_LiveLoggingStreamHandler", "type_vars": []}, "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging._LiveLoggingStreamHandler", "logging.StreamHandler", "logging.Handler", "logging.Filterer", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "terminal_reporter", "capture_manager"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "terminal_reporter", "capture_manager"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", "_pytest.terminal.TerminalReporter", {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_first_record_emitted": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._first_record_emitted", "name": "_first_record_emitted", "type": "builtins.bool"}}, "_section_name_shown": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._section_name_shown", "name": "_section_name_shown", "type": "builtins.bool"}}, "_test_outcome_written": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._test_outcome_written", "name": "_test_outcome_written", "type": "builtins.bool"}}, "_when": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler._when", "name": "_when", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "capture_manager": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.capture_manager", "name": "capture_manager", "type": {".class": "UnionType", "items": ["_pytest.capture.CaptureManager", {".class": "NoneType"}]}}}, "emit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.emit", "name": "emit", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "emit of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "handleError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.handleError", "name": "handleError", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "record"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", "logging.LogRecord"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handleError of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "flags": [], "fullname": "_pytest.logging._LiveLoggingStreamHandler.set_when", "name": "set_when", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "when"], "arg_types": ["_pytest.logging._LiveLoggingStreamHandler", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_when of _LiveLoggingStreamHandler", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stream": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_pytest.logging._LiveLoggingStreamHandler.stream", "name": "stream", "type": "_pytest.terminal.TerminalReporter"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.logging.__package__", "name": "__package__", "type": "builtins.str"}}, "_remove_ansi_escape_sequences": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["text"], "flags": [], "fullname": "_pytest.logging._remove_ansi_escape_sequences", "name": "_remove_ansi_escape_sequences", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["text"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_remove_ansi_escape_sequences", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_strtobool": {".class": "SymbolTableNode", "cross_ref": "_pytest.config._strtobool", "kind": "Gdef"}, "caplog": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_generator", "is_decorated"], "fullname": "_pytest.logging.caplog", "name": "caplog", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "caplog", "ret_type": {".class": "Instance", "args": ["_pytest.logging.LogCaptureFixture", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "caplog", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "caplog", "ret_type": {".class": "Instance", "args": ["_pytest.logging.LogCaptureFixture", {".class": "NoneType"}, {".class": "NoneType"}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}}, "caplog_handler_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.caplog_handler_key", "name": "caplog_handler_key", "type": {".class": "Instance", "args": ["_pytest.logging.LogCaptureHandler"], "type_ref": "_pytest.store.StoreKey"}}}, "caplog_records_key": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.caplog_records_key", "name": "caplog_records_key", "type": {".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str", {".class": "Instance", "args": ["logging.LogRecord"], "type_ref": "builtins.list"}], "type_ref": "builtins.dict"}], "type_ref": "_pytest.store.StoreKey"}}}, "catching_logs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.logging.catching_logs", "name": "catching_logs", "type_vars": []}, "flags": [], "fullname": "_pytest.logging.catching_logs", "metaclass_type": null, "metadata": {}, "module_name": "_pytest.logging", "mro": ["_pytest.logging.catching_logs", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.logging.catching_logs.__enter__", "name": "__enter__", "type": null}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "type", "value", "traceback"], "flags": [], "fullname": "_pytest.logging.catching_logs.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "handler", "level"], "flags": [], "fullname": "_pytest.logging.catching_logs.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "handler", "level"], "arg_types": ["_pytest.logging.catching_logs", {".class": "TypeVarType", "fullname": "_pytest.logging._HandlerType", "id": -1, "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}, {".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 catching_logs", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.logging._HandlerType", "id": -1, "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}]}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "_pytest.logging.catching_logs.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "handler": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.catching_logs.handler", "name": "handler", "type": {".class": "TypeVarType", "fullname": "_pytest.logging._HandlerType", "id": -1, "name": "_HandlerType", "upper_bound": "logging.Handler", "values": [], "variance": 0}}}, "level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.catching_logs.level", "name": "level", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "orig_level": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.logging.catching_logs.orig_level", "name": "orig_level", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "contextmanager": {".class": "SymbolTableNode", "cross_ref": "contextlib.contextmanager", "kind": "Gdef"}, "create_terminal_writer": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.create_terminal_writer", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "get_log_level_for_setting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["config", "setting_names"], "flags": [], "fullname": "_pytest.logging.get_log_level_for_setting", "name": "get_log_level_for_setting", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["config", "setting_names"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_log_level_for_setting", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_option_ini": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["config", "names"], "flags": [], "fullname": "_pytest.logging.get_option_ini", "name": "get_option_ini", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["config", "names"], "arg_types": ["_pytest.config.Config", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_option_ini", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hookimpl": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.hookimpl", "kind": "Gdef"}, "logging": {".class": "SymbolTableNode", "cross_ref": "logging", "kind": "Gdef"}, "nodes": {".class": "SymbolTableNode", "cross_ref": "_pytest.nodes", "kind": "Gdef"}, "nullcontext": {".class": "SymbolTableNode", "cross_ref": "contextlib.nullcontext", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "pytest_addoption": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest.logging.pytest_addoption", "name": "pytest_addoption", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["_pytest.config.argparsing.Parser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_addoption", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": ["is_decorated"], "fullname": "_pytest.logging.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "pytest_configure", "type": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": {".class": "AnyType", "missing_import_name": "_pytest.config.HookimplMarker", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/logging.py"}