mirror of
https://github.com/apache/superset.git
synced 2026-05-26 10:15:16 +00:00
1 line
26 KiB
JSON
1 line
26 KiB
JSON
{".class": "MypyFile", "_fullname": "redis.exceptions", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AskError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.AskError", "name": "AskError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.AskError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.AskError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "resp"], "flags": [], "fullname": "redis.exceptions.AskError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "resp"], "arg_types": ["redis.exceptions.AskError", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AskError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.AskError.args", "name": "args", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "host": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.AskError.host", "name": "host", "type": "builtins.str"}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.AskError.message", "name": "message", "type": "builtins.str"}}, "node_addr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.AskError.node_addr", "name": "node_addr", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "port": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.AskError.port", "name": "port", "type": "builtins.int"}}, "slot_id": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.AskError.slot_id", "name": "slot_id", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AuthenticationError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.AuthenticationError", "name": "AuthenticationError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.AuthenticationError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.AuthenticationError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AuthenticationWrongNumberOfArgsError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.AuthenticationWrongNumberOfArgsError", "name": "AuthenticationWrongNumberOfArgsError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.AuthenticationWrongNumberOfArgsError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.AuthenticationWrongNumberOfArgsError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AuthorizationError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.AuthorizationError", "name": "AuthorizationError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.AuthorizationError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.AuthorizationError", "redis.exceptions.ConnectionError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BusyLoadingError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.BusyLoadingError", "name": "BusyLoadingError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.BusyLoadingError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.BusyLoadingError", "redis.exceptions.ConnectionError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ChildDeadlockedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ChildDeadlockedError", "name": "ChildDeadlockedError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ChildDeadlockedError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ChildDeadlockedError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClusterCrossSlotError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ClusterCrossSlotError", "name": "ClusterCrossSlotError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ClusterCrossSlotError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ClusterCrossSlotError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClusterDownError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ClusterError", "redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ClusterDownError", "name": "ClusterDownError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ClusterDownError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ClusterDownError", "redis.exceptions.ClusterError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "resp"], "flags": [], "fullname": "redis.exceptions.ClusterDownError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "resp"], "arg_types": ["redis.exceptions.ClusterDownError", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ClusterDownError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.ClusterDownError.args", "name": "args", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "message": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.exceptions.ClusterDownError.message", "name": "message", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClusterError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ClusterError", "name": "ClusterError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ClusterError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ClusterError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConnectionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ConnectionError", "name": "ConnectionError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ConnectionError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ConnectionError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DataError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.DataError", "name": "DataError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.DataError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.DataError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ExecAbortError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ExecAbortError", "name": "ExecAbortError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ExecAbortError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ExecAbortError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidResponse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.InvalidResponse", "name": "InvalidResponse", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.InvalidResponse", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.InvalidResponse", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LockError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError", "builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.LockError", "name": "LockError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.LockError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.LockError", "redis.exceptions.RedisError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LockNotOwnedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.LockError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.LockNotOwnedError", "name": "LockNotOwnedError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.LockNotOwnedError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.LockNotOwnedError", "redis.exceptions.LockError", "redis.exceptions.RedisError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MasterDownError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ClusterDownError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.MasterDownError", "name": "MasterDownError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.MasterDownError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.MasterDownError", "redis.exceptions.ClusterDownError", "redis.exceptions.ClusterError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ModuleError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ModuleError", "name": "ModuleError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ModuleError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ModuleError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MovedError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.AskError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.MovedError", "name": "MovedError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.MovedError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.MovedError", "redis.exceptions.AskError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoPermissionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.NoPermissionError", "name": "NoPermissionError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.NoPermissionError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.NoPermissionError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoScriptError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.NoScriptError", "name": "NoScriptError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.NoScriptError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.NoScriptError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "PubSubError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.PubSubError", "name": "PubSubError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.PubSubError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.PubSubError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ReadOnlyError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ReadOnlyError", "name": "ReadOnlyError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ReadOnlyError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ReadOnlyError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RedisClusterException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.RedisClusterException", "name": "RedisClusterException", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.RedisClusterException", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.RedisClusterException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RedisError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.RedisError", "name": "RedisError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.RedisError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ResponseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.ResponseError", "name": "ResponseError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.ResponseError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SlotNotCoveredError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisClusterException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.SlotNotCoveredError", "name": "SlotNotCoveredError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.SlotNotCoveredError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.SlotNotCoveredError", "redis.exceptions.RedisClusterException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TimeoutError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.TimeoutError", "name": "TimeoutError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.TimeoutError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.TimeoutError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TryAgainError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ResponseError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.TryAgainError", "name": "TryAgainError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.TryAgainError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.TryAgainError", "redis.exceptions.ResponseError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WatchError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.RedisError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.exceptions.WatchError", "name": "WatchError", "type_vars": []}, "flags": [], "fullname": "redis.exceptions.WatchError", "metaclass_type": null, "metadata": {}, "module_name": "redis.exceptions", "mro": ["redis.exceptions.WatchError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.exceptions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.exceptions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.exceptions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.exceptions.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/Users/max/.cache/pre-commit/repo61zz492t/py_env-python3.8/lib/python3.8/site-packages/redis-stubs/exceptions.pyi"} |