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

1 line
6.2 KiB
JSON

{".class": "MypyFile", "_fullname": "redis.commands.redismodules", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "JSON": {".class": "SymbolTableNode", "cross_ref": "redis.commands.json.JSON", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RedisModuleCommands": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "redis.commands.redismodules.RedisModuleCommands", "name": "RedisModuleCommands", "type_vars": []}, "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands", "metaclass_type": null, "metadata": {}, "module_name": "redis.commands.redismodules", "mro": ["redis.commands.redismodules.RedisModuleCommands", "builtins.object"], "names": {".class": "SymbolTable", "bf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.bf", "name": "bf", "type": null}}, "cf": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.cf", "name": "cf", "type": null}}, "cms": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.cms", "name": "cms", "type": null}}, "ft": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "index_name"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.ft", "name": "ft", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "index_name"], "arg_types": ["redis.commands.redismodules.RedisModuleCommands", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ft of RedisModuleCommands", "ret_type": "redis.commands.search.Search", "type_guard": null, "variables": []}}}, "graph": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "index_name"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.graph", "name": "graph", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "index_name"], "arg_types": ["redis.commands.redismodules.RedisModuleCommands", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "graph of RedisModuleCommands", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoder", "decoder"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.json", "name": "json", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoder", "decoder"], "arg_types": ["redis.commands.redismodules.RedisModuleCommands", {".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": "json of RedisModuleCommands", "ret_type": "redis.commands.json.JSON", "type_guard": null, "variables": []}}}, "tdigest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.tdigest", "name": "tdigest", "type": null}}, "topk": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.topk", "name": "topk", "type": null}}, "ts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "redis.commands.redismodules.RedisModuleCommands.ts", "name": "ts", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["redis.commands.redismodules.RedisModuleCommands"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ts of RedisModuleCommands", "ret_type": "redis.commands.timeseries.TimeSeries", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Search": {".class": "SymbolTableNode", "cross_ref": "redis.commands.search.Search", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TimeSeries": {".class": "SymbolTableNode", "cross_ref": "redis.commands.timeseries.TimeSeries", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.redismodules.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.redismodules.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.redismodules.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.commands.redismodules.__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/redismodules.pyi"}