Files
superset2/.mypy_cache/3.8/redis/asyncio/sentinel.data.json
Maxime Beauchemin 57bccba93a simple redirect
2023-08-10 16:28:51 -07:00

1 line
26 KiB
JSON

{".class": "MypyFile", "_fullname": "redis.asyncio.sentinel", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AsyncIterator": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncIterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AsyncSentinelCommands": {".class": "SymbolTableNode", "cross_ref": "redis.commands.sentinel.AsyncSentinelCommands", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Connection": {".class": "SymbolTableNode", "cross_ref": "redis.asyncio.connection.Connection", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ConnectionError": {".class": "SymbolTableNode", "cross_ref": "redis.exceptions.ConnectionError", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ConnectionPool": {".class": "SymbolTableNode", "cross_ref": "redis.asyncio.connection.ConnectionPool", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EncodableT": {".class": "SymbolTableNode", "cross_ref": "redis.typing.EncodableT", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MasterNotFoundError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.asyncio.sentinel.MasterNotFoundError", "name": "MasterNotFoundError", "type_vars": []}, "flags": [], "fullname": "redis.asyncio.sentinel.MasterNotFoundError", "metaclass_type": null, "metadata": {}, "module_name": "redis.asyncio.sentinel", "mro": ["redis.asyncio.sentinel.MasterNotFoundError", "redis.exceptions.ConnectionError", "redis.exceptions.RedisError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Redis": {".class": "SymbolTableNode", "cross_ref": "redis.asyncio.client.Redis", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SSLConnection": {".class": "SymbolTableNode", "cross_ref": "redis.asyncio.connection.SSLConnection", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sentinel": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.commands.sentinel.AsyncSentinelCommands"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.asyncio.sentinel.Sentinel", "name": "Sentinel", "type_vars": []}, "flags": [], "fullname": "redis.asyncio.sentinel.Sentinel", "metaclass_type": null, "metadata": {}, "module_name": "redis.asyncio.sentinel", "mro": ["redis.asyncio.sentinel.Sentinel", "redis.commands.sentinel.AsyncSentinelCommands", "redis.commands.sentinel.SentinelCommands", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "sentinels", "min_other_sentinels", "sentinel_kwargs", "connection_kwargs"], "flags": [], "fullname": "redis.asyncio.sentinel.Sentinel.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "sentinels", "min_other_sentinels", "sentinel_kwargs", "connection_kwargs"], "arg_types": ["redis.asyncio.sentinel.Sentinel", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "builtins.int", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".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 Sentinel", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "check_master_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "state", "service_name"], "flags": [], "fullname": "redis.asyncio.sentinel.Sentinel.check_master_state", "name": "check_master_state", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "state", "service_name"], "arg_types": ["redis.asyncio.sentinel.Sentinel", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_master_state of Sentinel", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "connection_kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.Sentinel.connection_kwargs", "name": "connection_kwargs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "discover_master": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.Sentinel.discover_master", "name": "discover_master", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "arg_types": ["redis.asyncio.sentinel.Sentinel", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discover_master of Sentinel", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "discover_slaves": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.Sentinel.discover_slaves", "name": "discover_slaves", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "arg_types": ["redis.asyncio.sentinel.Sentinel", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "discover_slaves of Sentinel", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.typing.EncodableT"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.typing.EncodableT"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "execute_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.Sentinel.execute_command", "name": "execute_command", "type": null}}, "filter_slaves": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "slaves"], "flags": [], "fullname": "redis.asyncio.sentinel.Sentinel.filter_slaves", "name": "filter_slaves", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "slaves"], "arg_types": ["redis.asyncio.sentinel.Sentinel", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "filter_slaves of Sentinel", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "redis.typing.EncodableT"}, {".class": "TypeAliasType", "args": [], "type_ref": "redis.typing.EncodableT"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "master_for": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "service_name", "redis_class", "connection_pool_class", "kwargs"], "flags": [], "fullname": "redis.asyncio.sentinel.Sentinel.master_for", "name": "master_for", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "service_name", "redis_class", "connection_pool_class", "kwargs"], "arg_types": ["redis.asyncio.sentinel.Sentinel", "builtins.str", {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "redis.asyncio.client.Redis"}}, {".class": "TypeType", "item": "redis.asyncio.sentinel.SentinelConnectionPool"}, {".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": "master_for of Sentinel", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "min_other_sentinels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.Sentinel.min_other_sentinels", "name": "min_other_sentinels", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sentinel_kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.Sentinel.sentinel_kwargs", "name": "sentinel_kwargs", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sentinels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.Sentinel.sentinels", "name": "sentinels", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "slave_for": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "service_name", "redis_class", "connection_pool_class", "kwargs"], "flags": [], "fullname": "redis.asyncio.sentinel.Sentinel.slave_for", "name": "slave_for", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "service_name", "redis_class", "connection_pool_class", "kwargs"], "arg_types": ["redis.asyncio.sentinel.Sentinel", "builtins.str", {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "redis.asyncio.client.Redis"}}, {".class": "TypeType", "item": "redis.asyncio.sentinel.SentinelConnectionPool"}, {".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": "slave_for of Sentinel", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SentinelConnectionPool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.asyncio.connection.ConnectionPool"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.asyncio.sentinel.SentinelConnectionPool", "name": "SentinelConnectionPool", "type_vars": []}, "flags": [], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool", "metaclass_type": null, "metadata": {}, "module_name": "redis.asyncio.sentinel", "mro": ["redis.asyncio.sentinel.SentinelConnectionPool", "redis.asyncio.connection.ConnectionPool", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "service_name", "sentinel_manager", "kwargs"], "flags": [], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "service_name", "sentinel_manager", "kwargs"], "arg_types": ["redis.asyncio.sentinel.SentinelConnectionPool", {".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}, {".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 SentinelConnectionPool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "check_connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.check_connection", "name": "check_connection", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "get_master_address": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.get_master_address", "name": "get_master_address", "type": null}}, "is_master": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.is_master", "name": "is_master", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "master_address": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.master_address", "name": "master_address", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "owns_connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "connection"], "flags": [], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.owns_connection", "name": "owns_connection", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "connection"], "arg_types": ["redis.asyncio.sentinel.SentinelConnectionPool", "redis.asyncio.connection.Connection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "owns_connection of SentinelConnectionPool", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["redis.asyncio.sentinel.SentinelConnectionPool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "reset of SentinelConnectionPool", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rotate_slaves": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.rotate_slaves", "name": "rotate_slaves", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["redis.asyncio.sentinel.SentinelConnectionPool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "rotate_slaves of SentinelConnectionPool", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.AsyncIterator"}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "sentinel_manager": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.sentinel_manager", "name": "sentinel_manager", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "service_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.service_name", "name": "service_name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "slave_rr_counter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.SentinelConnectionPool.slave_rr_counter", "name": "slave_rr_counter", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SentinelManagedConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.asyncio.connection.Connection"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.asyncio.sentinel.SentinelManagedConnection", "name": "SentinelManagedConnection", "type_vars": []}, "flags": [], "fullname": "redis.asyncio.sentinel.SentinelManagedConnection", "metaclass_type": null, "metadata": {}, "module_name": "redis.asyncio.sentinel", "mro": ["redis.asyncio.sentinel.SentinelManagedConnection", "redis.asyncio.connection.Connection", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "flags": [], "fullname": "redis.asyncio.sentinel.SentinelManagedConnection.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["self", "kwargs"], "arg_types": ["redis.asyncio.sentinel.SentinelManagedConnection", {".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 SentinelManagedConnection", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.SentinelManagedConnection.connect", "name": "connect", "type": null}}, "connect_to": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.SentinelManagedConnection.connect_to", "name": "connect_to", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "address"], "arg_types": ["redis.asyncio.sentinel.SentinelManagedConnection", {".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": "connect_to of SentinelManagedConnection", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "connection_pool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.asyncio.sentinel.SentinelManagedConnection.connection_pool", "name": "connection_pool", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "read_response": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "disable_decoding"], "flags": ["is_coroutine"], "fullname": "redis.asyncio.sentinel.SentinelManagedConnection.read_response", "name": "read_response", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "disable_decoding"], "arg_types": ["redis.asyncio.sentinel.SentinelManagedConnection", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read_response of SentinelManagedConnection", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SentinelManagedSSLConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.asyncio.sentinel.SentinelManagedConnection", "redis.asyncio.connection.SSLConnection"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.asyncio.sentinel.SentinelManagedSSLConnection", "name": "SentinelManagedSSLConnection", "type_vars": []}, "flags": [], "fullname": "redis.asyncio.sentinel.SentinelManagedSSLConnection", "metaclass_type": null, "metadata": {}, "module_name": "redis.asyncio.sentinel", "mro": ["redis.asyncio.sentinel.SentinelManagedSSLConnection", "redis.asyncio.sentinel.SentinelManagedConnection", "redis.asyncio.connection.SSLConnection", "redis.asyncio.connection.Connection", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SlaveNotFoundError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.exceptions.ConnectionError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.asyncio.sentinel.SlaveNotFoundError", "name": "SlaveNotFoundError", "type_vars": []}, "flags": [], "fullname": "redis.asyncio.sentinel.SlaveNotFoundError", "metaclass_type": null, "metadata": {}, "module_name": "redis.asyncio.sentinel", "mro": ["redis.asyncio.sentinel.SlaveNotFoundError", "redis.exceptions.ConnectionError", "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.asyncio.sentinel.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.asyncio.sentinel.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.asyncio.sentinel.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.asyncio.sentinel.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/Users/max/.cache/pre-commit/repo61zz492t/py_env-python3.8/lib/python3.8/site-packages/redis-stubs/asyncio/sentinel.pyi"}