mirror of
https://github.com/apache/superset.git
synced 2026-05-25 17:55:15 +00:00
1 line
7.7 KiB
JSON
1 line
7.7 KiB
JSON
{".class": "MypyFile", "_fullname": "redis", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AuthenticationError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.AuthenticationError", "line": 11, "no_args": true, "normalized": false, "target": "redis.exceptions.AuthenticationError"}}, "BlockingConnectionPool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.BlockingConnectionPool", "line": 5, "no_args": true, "normalized": false, "target": "redis.connection.BlockingConnectionPool"}}, "BusyLoadingError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.BusyLoadingError", "line": 12, "no_args": true, "normalized": false, "target": "redis.exceptions.BusyLoadingError"}}, "Connection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.Connection", "line": 7, "no_args": true, "normalized": false, "target": "redis.connection.Connection"}}, "ConnectionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.ConnectionError", "line": 13, "no_args": true, "normalized": false, "target": "redis.exceptions.ConnectionError"}}, "ConnectionPool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.ConnectionPool", "line": 6, "no_args": true, "normalized": false, "target": "redis.connection.ConnectionPool"}}, "DataError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.DataError", "line": 14, "no_args": true, "normalized": false, "target": "redis.exceptions.DataError"}}, "InvalidResponse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.InvalidResponse", "line": 15, "no_args": true, "normalized": false, "target": "redis.exceptions.InvalidResponse"}}, "PubSubError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.PubSubError", "line": 16, "no_args": true, "normalized": false, "target": "redis.exceptions.PubSubError"}}, "ReadOnlyError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.ReadOnlyError", "line": 17, "no_args": true, "normalized": false, "target": "redis.exceptions.ReadOnlyError"}}, "Redis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.Redis", "line": 3, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "redis.client.Redis"}}}, "RedisError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.RedisError", "line": 18, "no_args": true, "normalized": false, "target": "redis.exceptions.RedisError"}}, "ResponseError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.ResponseError", "line": 19, "no_args": true, "normalized": false, "target": "redis.exceptions.ResponseError"}}, "SSLConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.SSLConnection", "line": 8, "no_args": true, "normalized": false, "target": "redis.connection.SSLConnection"}}, "StrictRedis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.StrictRedis", "line": 4, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "redis.client.Redis"}}}, "TimeoutError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.TimeoutError", "line": 20, "no_args": true, "normalized": false, "target": "redis.exceptions.TimeoutError"}}, "UnixDomainSocketConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.UnixDomainSocketConnection", "line": 9, "no_args": true, "normalized": false, "target": "redis.connection.UnixDomainSocketConnection"}}, "WatchError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "redis.WatchError", "line": 21, "no_args": true, "normalized": false, "target": "redis.exceptions.WatchError"}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "redis.__package__", "name": "__package__", "type": "builtins.str"}}, "client": {".class": "SymbolTableNode", "cross_ref": "redis.client", "kind": "Gdef", "module_public": false}, "connection": {".class": "SymbolTableNode", "cross_ref": "redis.connection", "kind": "Gdef", "module_public": false}, "exceptions": {".class": "SymbolTableNode", "cross_ref": "redis.exceptions", "kind": "Gdef", "module_public": false}, "from_url": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "redis.from_url", "name": "from_url", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 3, 4], "arg_names": ["url", "db", "decode_responses", "kwargs"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5, 4], "arg_names": ["url", "db", "decode_responses", "kwargs"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "redis.client.Redis"}, "type_guard": null, "variables": []}]}}}, "utils": {".class": "SymbolTableNode", "cross_ref": "redis.utils", "kind": "Gdef", "module_public": false}}, "path": "/Users/max/.cache/pre-commit/repoejng1phv/py_env-python3.7/lib/python3.7/site-packages/redis-stubs/__init__.pyi"} |