mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +00:00
1 line
7.3 KiB
JSON
1 line
7.3 KiB
JSON
{".class": "MypyFile", "_fullname": "redis.commands.json", "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}, "ClientPipeline": {".class": "SymbolTableNode", "cross_ref": "redis.client.Pipeline", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JSON": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.commands.json.commands.JSONCommands"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.commands.json.JSON", "name": "JSON", "type_vars": []}, "flags": [], "fullname": "redis.commands.json.JSON", "metaclass_type": null, "metadata": {}, "module_name": "redis.commands.json", "mro": ["redis.commands.json.JSON", "redis.commands.json.commands.JSONCommands", "builtins.object"], "names": {".class": "SymbolTable", "MODULE_CALLBACKS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.commands.json.JSON.MODULE_CALLBACKS", "name": "MODULE_CALLBACKS", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}}}, "MODULE_VERSION": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.commands.json.JSON.MODULE_VERSION", "name": "MODULE_VERSION", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "client", "version", "decoder", "encoder"], "flags": [], "fullname": "redis.commands.json.JSON.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "client", "version", "decoder", "encoder"], "arg_types": ["redis.commands.json.JSON", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".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}, {".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 JSON", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "client": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.commands.json.JSON.client", "name": "client", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "execute_command": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "redis.commands.json.JSON.execute_command", "name": "execute_command", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "pipeline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "transaction", "shard_hint"], "flags": [], "fullname": "redis.commands.json.JSON.pipeline", "name": "pipeline", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "transaction", "shard_hint"], "arg_types": ["redis.commands.json.JSON", "builtins.bool", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipeline of JSON", "ret_type": "redis.commands.json.Pipeline", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "JSONCommands": {".class": "SymbolTableNode", "cross_ref": "redis.commands.json.commands.JSONCommands", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pipeline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["redis.commands.json.commands.JSONCommands", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 5}], "type_ref": "redis.client.Pipeline"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.commands.json.Pipeline", "name": "Pipeline", "type_vars": []}, "flags": [], "fullname": "redis.commands.json.Pipeline", "metaclass_type": null, "metadata": {}, "module_name": "redis.commands.json", "mro": ["redis.commands.json.Pipeline", "redis.commands.json.commands.JSONCommands", "redis.client.Pipeline", "redis.client.Redis", "redis.client.AbstractRedis", "redis.commands.redismodules.RedisModuleCommands", "redis.commands.core.CoreCommands", "redis.commands.core.ACLCommands", "redis.commands.core.ClusterCommands", "redis.commands.core.DataAccessCommands", "redis.commands.core.BasicKeyCommands", "redis.commands.core.HyperlogCommands", "redis.commands.core.HashCommands", "redis.commands.core.GeoCommands", "redis.commands.core.ListCommands", "redis.commands.core.ScanCommands", "redis.commands.core.SetCommands", "redis.commands.core.StreamCommands", "redis.commands.core.SortedSetCommands", "redis.commands.core.ManagementCommands", "redis.commands.core.ModuleCommands", "redis.commands.core.PubSubCommands", "redis.commands.core.ScriptCommands", "redis.commands.sentinel.SentinelCommands", "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.commands.json.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.json.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.json.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.json.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.json.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}}, "path": "/Users/max/.cache/pre-commit/repo61zz492t/py_env-python3.8/lib/python3.8/site-packages/redis-stubs/commands/json/__init__.pyi"} |