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

1 line
7.1 KiB
JSON

{".class": "MypyFile", "_fullname": "redis.commands.sentinel", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AsyncSentinelCommands": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.commands.sentinel.SentinelCommands"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.commands.sentinel.AsyncSentinelCommands", "name": "AsyncSentinelCommands", "type_vars": []}, "flags": [], "fullname": "redis.commands.sentinel.AsyncSentinelCommands", "metaclass_type": null, "metadata": {}, "module_name": "redis.commands.sentinel", "mro": ["redis.commands.sentinel.AsyncSentinelCommands", "redis.commands.sentinel.SentinelCommands", "builtins.object"], "names": {".class": "SymbolTable", "sentinel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": ["is_coroutine"], "fullname": "redis.commands.sentinel.AsyncSentinelCommands.sentinel", "name": "sentinel", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["redis.commands.sentinel.AsyncSentinelCommands", {".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": "sentinel of AsyncSentinelCommands", "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": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SentinelCommands": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.commands.sentinel.SentinelCommands", "name": "SentinelCommands", "type_vars": []}, "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands", "metaclass_type": null, "metadata": {}, "module_name": "redis.commands.sentinel", "mro": ["redis.commands.sentinel.SentinelCommands", "builtins.object"], "names": {".class": "SymbolTable", "sentinel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel", "name": "sentinel", "type": null}}, "sentinel_ckquorum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_master_name"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_ckquorum", "name": "sentinel_ckquorum", "type": null}}, "sentinel_failover": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "new_master_name"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_failover", "name": "sentinel_failover", "type": null}}, "sentinel_flushconfig": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_flushconfig", "name": "sentinel_flushconfig", "type": null}}, "sentinel_get_master_addr_by_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_get_master_addr_by_name", "name": "sentinel_get_master_addr_by_name", "type": null}}, "sentinel_master": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_master", "name": "sentinel_master", "type": null}}, "sentinel_masters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_masters", "name": "sentinel_masters", "type": null}}, "sentinel_monitor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "name", "ip", "port", "quorum"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_monitor", "name": "sentinel_monitor", "type": null}}, "sentinel_remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_remove", "name": "sentinel_remove", "type": null}}, "sentinel_reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_reset", "name": "sentinel_reset", "type": null}}, "sentinel_sentinels": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_sentinels", "name": "sentinel_sentinels", "type": null}}, "sentinel_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "option", "value"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_set", "name": "sentinel_set", "type": null}}, "sentinel_slaves": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "service_name"], "flags": [], "fullname": "redis.commands.sentinel.SentinelCommands.sentinel_slaves", "name": "sentinel_slaves", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.sentinel.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.sentinel.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.sentinel.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.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/commands/sentinel.pyi"}