ami / .mypy_cache /3.7 /aiohttp /client.data.json
patrickvonplaten's picture
upload all
c7a0c46
{".class": "MypyFile", "_fullname": "aiohttp.client", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AbstractCookieJar": {".class": "SymbolTableNode", "cross_ref": "aiohttp.abc.AbstractCookieJar", "kind": "Gdef", "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_public": false}, "BaseConnector": {".class": "SymbolTableNode", "cross_ref": "aiohttp.connector.BaseConnector", "kind": "Gdef"}, "BasicAuth": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.BasicAuth", "kind": "Gdef", "module_public": false}, "CIMultiDict": {".class": "SymbolTableNode", "cross_ref": "multidict.CIMultiDict", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "ClientConnectionError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientConnectionError", "kind": "Gdef"}, "ClientConnectorCertificateError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientConnectorCertificateError", "kind": "Gdef"}, "ClientConnectorError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientConnectorError", "kind": "Gdef"}, "ClientConnectorSSLError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientConnectorSSLError", "kind": "Gdef"}, "ClientError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientError", "kind": "Gdef"}, "ClientHttpProxyError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientHttpProxyError", "kind": "Gdef"}, "ClientOSError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientOSError", "kind": "Gdef"}, "ClientPayloadError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientPayloadError", "kind": "Gdef"}, "ClientProxyConnectionError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientProxyConnectionError", "kind": "Gdef"}, "ClientRequest": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_reqrep.ClientRequest", "kind": "Gdef"}, "ClientResponse": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_reqrep.ClientResponse", "kind": "Gdef"}, "ClientResponseError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientResponseError", "kind": "Gdef"}, "ClientSSLError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ClientSSLError", "kind": "Gdef"}, "ClientSession": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.client.ClientSession", "name": "ClientSession", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "aiohttp.client.ClientSession", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "aiohttp.client", "mro": ["aiohttp.client.ClientSession", "builtins.object"], "names": {".class": "SymbolTable", "ATTRS": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value"], "fullname": "aiohttp.client.ClientSession.ATTRS", "name": "ATTRS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.frozenset"}}}, "__aenter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "aiohttp.client.ClientSession.__aenter__", "name": "__aenter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aenter__ of ClientSession", "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}, "aiohttp.client.ClientSession"], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "__aexit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": ["is_coroutine"], "fullname": "aiohttp.client.ClientSession.__aexit__", "name": "__aexit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "arg_types": ["aiohttp.client.ClientSession", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aexit__ of ClientSession", "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": []}}}, "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": [null, null], "flags": [], "fullname": "aiohttp.client.ClientSession.__del__", "name": "__del__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["aiohttp.client.ClientSession", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__del__ of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "aiohttp.client.ClientSession.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "flags": [], "fullname": "aiohttp.client.ClientSession.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["aiohttp.client.ClientSession", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "base_url", "connector", "loop", "cookies", "headers", "skip_auto_headers", "auth", "json_serialize", "request_class", "response_class", "ws_response_class", "version", "cookie_jar", "connector_owner", "raise_for_status", "read_timeout", "conn_timeout", "timeout", "auto_decompress", "trust_env", "requote_redirect_url", "trace_configs", "read_bufsize"], "flags": [], "fullname": "aiohttp.client.ClientSession.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "base_url", "connector", "loop", "cookies", "headers", "skip_auto_headers", "auth", "json_serialize", "request_class", "response_class", "ws_response_class", "version", "cookie_jar", "connector_owner", "raise_for_status", "read_timeout", "conn_timeout", "timeout", "auto_decompress", "trust_env", "requote_redirect_url", "trace_configs", "read_bufsize"], "arg_types": ["aiohttp.client.ClientSession", {".class": "UnionType", "items": ["builtins.str", "yarl.URL", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["aiohttp.connector.BaseConnector", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "http.cookies.Morsel"}]}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "http.cookies.Morsel"}]}], "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.Iterable"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.JSONEncoder"}, {".class": "TypeType", "item": "aiohttp.client_reqrep.ClientRequest"}, {".class": "TypeType", "item": "aiohttp.client_reqrep.ClientResponse"}, {".class": "TypeType", "item": "aiohttp.client_ws.ClientWebSocketResponse"}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "aiohttp.http_writer.HttpVersion"}, {".class": "UnionType", "items": ["aiohttp.abc.AbstractCookieJar", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", "builtins.object"]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.object", "aiohttp.client.ClientTimeout"]}, "builtins.bool", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "Instance", "args": ["aiohttp.tracing.TraceConfig"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init_subclass__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class"], "fullname": "aiohttp.client.ClientSession.__init_subclass__", "name": "__init_subclass__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "aiohttp.client.ClientSession"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init_subclass__ of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "val"], "flags": [], "fullname": "aiohttp.client.ClientSession.__setattr__", "name": "__setattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "val"], "arg_types": ["aiohttp.client.ClientSession", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__setattr__ of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "_auto_decompress": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._auto_decompress", "name": "_auto_decompress", "type": "builtins.bool"}}, "_base_url": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "aiohttp.client.ClientSession._base_url", "name": "_base_url", "type": {".class": "UnionType", "items": ["yarl.URL", {".class": "NoneType"}]}}}, "_build_url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "str_or_url"], "flags": [], "fullname": "aiohttp.client.ClientSession._build_url", "name": "_build_url", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "str_or_url"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_build_url of ClientSession", "ret_type": "yarl.URL", "type_guard": null, "variables": []}}}, "_connector": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "aiohttp.client.ClientSession._connector", "name": "_connector", "type": {".class": "UnionType", "items": ["aiohttp.connector.BaseConnector", {".class": "NoneType"}]}}}, "_connector_owner": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._connector_owner", "name": "_connector_owner", "type": "builtins.bool"}}, "_cookie_jar": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._cookie_jar", "name": "_cookie_jar", "type": "aiohttp.abc.AbstractCookieJar"}}, "_default_auth": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._default_auth", "name": "_default_auth", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}}}, "_default_headers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "aiohttp.client.ClientSession._default_headers", "name": "_default_headers", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}}}, "_json_serialize": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._json_serialize", "name": "_json_serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_loop": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._loop", "name": "_loop", "type": "asyncio.events.AbstractEventLoop"}}, "_prepare_headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "headers"], "flags": [], "fullname": "aiohttp.client.ClientSession._prepare_headers", "name": "_prepare_headers", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "headers"], "arg_types": ["aiohttp.client.ClientSession", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_prepare_headers of ClientSession", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, "type_guard": null, "variables": []}}}, "_raise_for_status": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._raise_for_status", "name": "_raise_for_status", "type": "builtins.bool"}}, "_read_bufsize": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._read_bufsize", "name": "_read_bufsize", "type": "builtins.int"}}, "_request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "method", "str_or_url", "params", "data", "json", "cookies", "headers", "skip_auto_headers", "auth", "allow_redirects", "max_redirects", "compress", "chunked", "expect100", "raise_for_status", "read_until_eof", "proxy", "proxy_auth", "timeout", "verify_ssl", "fingerprint", "ssl_context", "ssl", "proxy_headers", "trace_request_ctx", "read_bufsize"], "flags": ["is_coroutine"], "fullname": "aiohttp.client.ClientSession._request", "name": "_request", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "method", "str_or_url", "params", "data", "json", "cookies", "headers", "skip_auto_headers", "auth", "allow_redirects", "max_redirects", "compress", "chunked", "expect100", "raise_for_status", "read_until_eof", "proxy", "proxy_auth", "timeout", "verify_ssl", "fingerprint", "ssl_context", "ssl", "proxy_headers", "trace_request_ctx", "read_bufsize"], "arg_types": ["aiohttp.client.ClientSession", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "http.cookies.Morsel"}]}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "http.cookies.Morsel"}]}], "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.Iterable"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", "yarl.URL", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["aiohttp.client.ClientTimeout", "builtins.object"]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", "builtins.bool", "aiohttp.client_reqrep.Fingerprint", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.SimpleNamespace", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_request of ClientSession", "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}, "aiohttp.client_reqrep.ClientResponse"], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "_request_class": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._request_class", "name": "_request_class", "type": {".class": "TypeType", "item": "aiohttp.client_reqrep.ClientRequest"}}}, "_requote_redirect_url": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._requote_redirect_url", "name": "_requote_redirect_url", "type": "builtins.bool"}}, "_response_class": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._response_class", "name": "_response_class", "type": {".class": "TypeType", "item": "aiohttp.client_reqrep.ClientResponse"}}}, "_skip_auto_headers": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._skip_auto_headers", "name": "_skip_auto_headers", "type": {".class": "Instance", "args": ["multidict.istr"], "type_ref": "builtins.frozenset"}}}, "_source_traceback": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value"], "fullname": "aiohttp.client.ClientSession._source_traceback", "name": "_source_traceback", "type": {".class": "UnionType", "items": ["traceback.StackSummary", {".class": "NoneType"}]}}}, "_timeout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._timeout", "name": "_timeout", "type": "aiohttp.client.ClientTimeout"}}, "_trace_configs": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._trace_configs", "name": "_trace_configs", "type": {".class": "Instance", "args": ["aiohttp.tracing.TraceConfig"], "type_ref": "builtins.list"}}}, "_trust_env": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._trust_env", "name": "_trust_env", "type": "builtins.bool"}}, "_version": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._version", "name": "_version", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "aiohttp.http_writer.HttpVersion"}}}, "_ws_connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "url", "method", "protocols", "timeout", "receive_timeout", "autoclose", "autoping", "heartbeat", "auth", "origin", "params", "headers", "proxy", "proxy_auth", "ssl", "verify_ssl", "fingerprint", "ssl_context", "proxy_headers", "compress", "max_msg_size"], "flags": ["is_coroutine"], "fullname": "aiohttp.client.ClientSession._ws_connect", "name": "_ws_connect", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "url", "method", "protocols", "timeout", "receive_timeout", "autoclose", "autoping", "heartbeat", "auth", "origin", "params", "headers", "proxy", "proxy_auth", "ssl", "verify_ssl", "fingerprint", "ssl_context", "proxy_headers", "compress", "max_msg_size"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "yarl.URL", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", "builtins.bool", "aiohttp.client_reqrep.Fingerprint", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_ws_connect of ClientSession", "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}, "aiohttp.client_ws.ClientWebSocketResponse"], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "_ws_response_class": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client.ClientSession._ws_response_class", "name": "_ws_response_class", "type": {".class": "TypeType", "item": "aiohttp.client_ws.ClientWebSocketResponse"}}}, "auth": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.auth", "name": "auth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "auth of ClientSession", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "auth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "auth of ClientSession", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "auto_decompress": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.auto_decompress", "name": "auto_decompress", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "auto_decompress of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "auto_decompress", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "auto_decompress of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "aiohttp.client.ClientSession.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "close of ClientSession", "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": []}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.closed", "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "closed of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "closed of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "connector": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.connector", "name": "connector", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connector of ClientSession", "ret_type": {".class": "UnionType", "items": ["aiohttp.connector.BaseConnector", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "connector", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connector of ClientSession", "ret_type": {".class": "UnionType", "items": ["aiohttp.connector.BaseConnector", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "connector_owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.connector_owner", "name": "connector_owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connector_owner of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "connector_owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connector_owner of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "cookie_jar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.cookie_jar", "name": "cookie_jar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cookie_jar of ClientSession", "ret_type": "aiohttp.abc.AbstractCookieJar", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "cookie_jar", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cookie_jar of ClientSession", "ret_type": "aiohttp.abc.AbstractCookieJar", "type_guard": null, "variables": []}}}}, "delete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "url", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.delete", "name": "delete", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "url", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "delete of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "detach": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.client.ClientSession.detach", "name": "detach", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "detach of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "allow_redirects", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "allow_redirects", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "head": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "allow_redirects", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.head", "name": "head", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "allow_redirects", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "head of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.headers", "name": "headers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "headers of ClientSession", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "headers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "headers of ClientSession", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, "type_guard": null, "variables": []}}}}, "json_serialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.json_serialize", "name": "json_serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "json_serialize of ClientSession", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.JSONEncoder"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "json_serialize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "json_serialize of ClientSession", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.JSONEncoder"}, "type_guard": null, "variables": []}}}}, "loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.loop", "name": "loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "loop of ClientSession", "ret_type": "asyncio.events.AbstractEventLoop", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "loop of ClientSession", "ret_type": "asyncio.events.AbstractEventLoop", "type_guard": null, "variables": []}}}}, "options": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "allow_redirects", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.options", "name": "options", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "allow_redirects", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "options of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "patch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "data", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.patch", "name": "patch", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "data", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, {".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": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "patch of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "post": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "data", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.post", "name": "post", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "data", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, {".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": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "post of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "data", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 4], "arg_names": ["self", "url", "data", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, {".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": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "put of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "raise_for_status": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.raise_for_status", "name": "raise_for_status", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "raise_for_status of ClientSession", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["aiohttp.client_reqrep.ClientResponse"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "raise_for_status", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "raise_for_status of ClientSession", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["aiohttp.client_reqrep.ClientResponse"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}]}, "type_guard": null, "variables": []}}}}, "request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "method", "url", "kwargs"], "flags": [], "fullname": "aiohttp.client.ClientSession.request", "name": "request", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 4], "arg_names": ["self", "method", "url", "kwargs"], "arg_types": ["aiohttp.client.ClientSession", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "request of ClientSession", "ret_type": "aiohttp.client._RequestContextManager", "type_guard": null, "variables": []}}}, "requote_redirect_url": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "aiohttp.client.ClientSession.requote_redirect_url", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "aiohttp.client.ClientSession.requote_redirect_url", "name": "requote_redirect_url", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "requote_redirect_url of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "requote_redirect_url", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "requote_redirect_url of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "val"], "flags": ["is_decorated"], "fullname": "aiohttp.client.ClientSession.requote_redirect_url", "name": "requote_redirect_url", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "val"], "arg_types": ["aiohttp.client.ClientSession", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "requote_redirect_url of ClientSession", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "requote_redirect_url", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "requote_redirect_url of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}]}}}, "skip_auto_headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.skip_auto_headers", "name": "skip_auto_headers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "skip_auto_headers of ClientSession", "ret_type": {".class": "Instance", "args": ["multidict.istr"], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "skip_auto_headers", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "skip_auto_headers of ClientSession", "ret_type": {".class": "Instance", "args": ["multidict.istr"], "type_ref": "builtins.frozenset"}, "type_guard": null, "variables": []}}}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.timeout", "name": "timeout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "timeout of ClientSession", "ret_type": {".class": "UnionType", "items": ["builtins.object", "aiohttp.client.ClientTimeout"]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "timeout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "timeout of ClientSession", "ret_type": {".class": "UnionType", "items": ["builtins.object", "aiohttp.client.ClientTimeout"]}, "type_guard": null, "variables": []}}}}, "trace_configs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.trace_configs", "name": "trace_configs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trace_configs of ClientSession", "ret_type": {".class": "Instance", "args": ["aiohttp.tracing.TraceConfig"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "trace_configs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trace_configs of ClientSession", "ret_type": {".class": "Instance", "args": ["aiohttp.tracing.TraceConfig"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "trust_env": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.trust_env", "name": "trust_env", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trust_env of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "trust_env", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trust_env of ClientSession", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "aiohttp.client.ClientSession.version", "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "version of ClientSession", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "version", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "version of ClientSession", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}}, "ws_connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "url", "method", "protocols", "timeout", "receive_timeout", "autoclose", "autoping", "heartbeat", "auth", "origin", "params", "headers", "proxy", "proxy_auth", "ssl", "verify_ssl", "fingerprint", "ssl_context", "proxy_headers", "compress", "max_msg_size"], "flags": [], "fullname": "aiohttp.client.ClientSession.ws_connect", "name": "ws_connect", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "url", "method", "protocols", "timeout", "receive_timeout", "autoclose", "autoping", "heartbeat", "auth", "origin", "params", "headers", "proxy", "proxy_auth", "ssl", "verify_ssl", "fingerprint", "ssl_context", "proxy_headers", "compress", "max_msg_size"], "arg_types": ["aiohttp.client.ClientSession", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, "builtins.float", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "yarl.URL", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", "builtins.bool", "aiohttp.client_reqrep.Fingerprint", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ws_connect of ClientSession", "ret_type": "aiohttp.client._WSRequestContextManager", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClientTimeout": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.client.ClientTimeout", "name": "ClientTimeout", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "aiohttp.client.ClientTimeout", "has_param_spec_type": false, "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 139, "converter_is_attr_converters_optional": false, "converter_is_invalid_converter": false, "converter_type": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "kw_only": false, "name": "total"}, {"context_column": 4, "context_line": 140, "converter_is_attr_converters_optional": false, "converter_is_invalid_converter": false, "converter_type": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "kw_only": false, "name": "connect"}, {"context_column": 4, "context_line": 141, "converter_is_attr_converters_optional": false, "converter_is_invalid_converter": false, "converter_type": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "kw_only": false, "name": "sock_read"}, {"context_column": 4, "context_line": 142, "converter_is_attr_converters_optional": false, "converter_is_invalid_converter": false, "converter_type": null, "has_default": true, "init": true, "init_type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "kw_only": false, "name": "sock_connect"}], "frozen": true}, "attrs_tag": {}}, "module_name": "aiohttp.client", "mro": ["aiohttp.client.ClientTimeout", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "aiohttp.client.ClientTimeout._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "aiohttp.client.ClientTimeout.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ClientTimeout", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "aiohttp.client.ClientTimeout.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ClientTimeout", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "total", "connect", "sock_read", "sock_connect"], "flags": [], "fullname": "aiohttp.client.ClientTimeout.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "total", "connect", "sock_read", "sock_connect"], "arg_types": ["aiohttp.client.ClientTimeout", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ClientTimeout", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "plugin_generated": true}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "aiohttp.client.ClientTimeout.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ClientTimeout", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "aiohttp.client.ClientTimeout.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ClientTimeout", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "aiohttp.client.ClientTimeout._AT", "id": -1, "name": "_AT", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready", "has_explicit_value"], "fullname": "aiohttp.client.ClientTimeout.connect", "name": "connect", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}, "sock_connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready", "has_explicit_value"], "fullname": "aiohttp.client.ClientTimeout.sock_connect", "name": "sock_connect", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}, "sock_read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready", "has_explicit_value"], "fullname": "aiohttp.client.ClientTimeout.sock_read", "name": "sock_read", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}, "total": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_property", "is_ready", "has_explicit_value"], "fullname": "aiohttp.client.ClientTimeout.total", "name": "total", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}}, "slots": ["connect", "sock_connect", "sock_read", "total"], "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ClientWebSocketResponse": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_ws.ClientWebSocketResponse", "kind": "Gdef"}, "ContentTypeError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ContentTypeError", "kind": "Gdef"}, "CookieJar": {".class": "SymbolTableNode", "cross_ref": "aiohttp.cookiejar.CookieJar", "kind": "Gdef", "module_public": false}, "Coroutine": {".class": "SymbolTableNode", "cross_ref": "typing.Coroutine", "kind": "Gdef", "module_public": false}, "DEBUG": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.DEBUG", "kind": "Gdef", "module_public": false}, "DEFAULT_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready", "has_explicit_value"], "fullname": "aiohttp.client.DEFAULT_TIMEOUT", "name": "DEFAULT_TIMEOUT", "type": "aiohttp.client.ClientTimeout"}}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Final", "kind": "Gdef", "module_public": false}, "Fingerprint": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_reqrep.Fingerprint", "kind": "Gdef"}, "FlowControlDataQueue": {".class": "SymbolTableNode", "cross_ref": "aiohttp.streams.FlowControlDataQueue", "kind": "Gdef", "module_public": false}, "FrozenSet": {".class": "SymbolTableNode", "cross_ref": "typing.FrozenSet", "kind": "Gdef", "module_public": false}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_public": false}, "HttpVersion": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_writer.HttpVersion", "kind": "Gdef", "module_public": false}, "InvalidURL": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.InvalidURL", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_public": false}, "JSONEncoder": {".class": "SymbolTableNode", "cross_ref": "aiohttp.typedefs.JSONEncoder", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "LooseCookies": {".class": "SymbolTableNode", "cross_ref": "aiohttp.typedefs.LooseCookies", "kind": "Gdef", "module_public": false}, "LooseHeaders": {".class": "SymbolTableNode", "cross_ref": "aiohttp.typedefs.LooseHeaders", "kind": "Gdef", "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_public": false}, "MultiDict": {".class": "SymbolTableNode", "cross_ref": "multidict.MultiDict", "kind": "Gdef", "module_public": false}, "MultiDictProxy": {".class": "SymbolTableNode", "cross_ref": "multidict.MultiDictProxy", "kind": "Gdef", "module_public": false}, "NamedPipeConnector": {".class": "SymbolTableNode", "cross_ref": "aiohttp.connector.NamedPipeConnector", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "PY_36": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.PY_36", "kind": "Gdef", "module_public": false}, "RequestInfo": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_reqrep.RequestInfo", "kind": "Gdef"}, "SSLContext": {".class": "SymbolTableNode", "cross_ref": "ssl.SSLContext", "kind": "Gdef", "module_public": false}, "ServerConnectionError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ServerConnectionError", "kind": "Gdef"}, "ServerDisconnectedError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ServerDisconnectedError", "kind": "Gdef"}, "ServerFingerprintMismatch": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ServerFingerprintMismatch", "kind": "Gdef"}, "ServerTimeoutError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.ServerTimeoutError", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_public": false}, "SimpleNamespace": {".class": "SymbolTableNode", "cross_ref": "types.SimpleNamespace", "kind": "Gdef", "module_public": false}, "StrOrURL": {".class": "SymbolTableNode", "cross_ref": "aiohttp.typedefs.StrOrURL", "kind": "Gdef", "module_public": false}, "TCPConnector": {".class": "SymbolTableNode", "cross_ref": "aiohttp.connector.TCPConnector", "kind": "Gdef"}, "TimeoutHandle": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.TimeoutHandle", "kind": "Gdef", "module_public": false}, "TooManyRedirects": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.TooManyRedirects", "kind": "Gdef"}, "Trace": {".class": "SymbolTableNode", "cross_ref": "aiohttp.tracing.Trace", "kind": "Gdef", "module_public": false}, "TraceConfig": {".class": "SymbolTableNode", "cross_ref": "aiohttp.tracing.TraceConfig", "kind": "Gdef", "module_public": false}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_public": false}, "URL": {".class": "SymbolTableNode", "cross_ref": "yarl.URL", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "UnixConnector": {".class": "SymbolTableNode", "cross_ref": "aiohttp.connector.UnixConnector", "kind": "Gdef"}, "WSHandshakeError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_websocket.WSHandshakeError", "kind": "Gdef", "module_public": false}, "WSMessage": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_websocket.WSMessage", "kind": "Gdef", "module_public": false}, "WSServerHandshakeError": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_exceptions.WSServerHandshakeError", "kind": "Gdef"}, "WS_KEY": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_websocket.WS_KEY", "kind": "Gdef", "module_public": false}, "WebSocketReader": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_websocket.WebSocketReader", "kind": "Gdef", "module_public": false}, "WebSocketWriter": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_websocket.WebSocketWriter", "kind": "Gdef", "module_public": false}, "_BaseRequestContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".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}, {".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Coroutine"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.client._BaseRequestContextManager", "name": "_BaseRequestContextManager", "type_vars": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "aiohttp.client", "mro": ["aiohttp.client._BaseRequestContextManager", "typing.Coroutine", "typing.Awaitable", "builtins.object"], "names": {".class": "SymbolTable", "__aenter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "aiohttp.client._BaseRequestContextManager.__aenter__", "name": "__aenter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "aiohttp.client._BaseRequestContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aenter__ of _BaseRequestContextManager", "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": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "__await__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager.__await__", "name": "__await__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "aiohttp.client._BaseRequestContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__await__ of _BaseRequestContextManager", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "coro"], "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "coro"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "aiohttp.client._BaseRequestContextManager"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "asyncio.futures.Future"}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Coroutine"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _BaseRequestContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "aiohttp.client._BaseRequestContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of _BaseRequestContextManager", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value", "allow_incompatible_override"], "fullname": "aiohttp.client._BaseRequestContextManager.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_coro": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager._coro", "name": "_coro", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "asyncio.futures.Future"}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Coroutine"}}}, "_resp": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager._resp", "name": "_resp", "type": {".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "aiohttp.client._BaseRequestContextManager"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "close of _BaseRequestContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "aiohttp.client._BaseRequestContextManager"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "send of _BaseRequestContextManager", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "asyncio.futures.Future"}, "type_guard": null, "variables": []}}}, "throw": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "flags": [], "fullname": "aiohttp.client._BaseRequestContextManager.throw", "name": "throw", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "arg"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "aiohttp.client._RetType", "id": 1, "name": "_RetType", "namespace": "aiohttp.client._BaseRequestContextManager", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "aiohttp.client._BaseRequestContextManager"}, "builtins.BaseException"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "throw of _BaseRequestContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_RetType"], "typeddict_type": null}}, "_RequestContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["aiohttp.client_reqrep.ClientResponse"], "type_ref": "aiohttp.client._BaseRequestContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.client._RequestContextManager", "name": "_RequestContextManager", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "aiohttp.client._RequestContextManager", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "aiohttp.client", "mro": ["aiohttp.client._RequestContextManager", "aiohttp.client._BaseRequestContextManager", "typing.Coroutine", "typing.Awaitable", "builtins.object"], "names": {".class": "SymbolTable", "__aexit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc", "tb"], "flags": ["is_coroutine"], "fullname": "aiohttp.client._RequestContextManager.__aexit__", "name": "__aexit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc", "tb"], "arg_types": ["aiohttp.client._RequestContextManager", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aexit__ of _RequestContextManager", "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": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value", "allow_incompatible_override"], "fullname": "aiohttp.client._RequestContextManager.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_RetType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "aiohttp.client._RetType", "name": "_RetType", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_SessionRequestContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.client._SessionRequestContextManager", "name": "_SessionRequestContextManager", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "aiohttp.client._SessionRequestContextManager", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "aiohttp.client", "mro": ["aiohttp.client._SessionRequestContextManager", "builtins.object"], "names": {".class": "SymbolTable", "__aenter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "aiohttp.client._SessionRequestContextManager.__aenter__", "name": "__aenter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.client._SessionRequestContextManager"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aenter__ of _SessionRequestContextManager", "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}, "aiohttp.client_reqrep.ClientResponse"], "type_ref": "typing.Coroutine"}, "type_guard": null, "variables": []}}}, "__aexit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc", "tb"], "flags": ["is_coroutine"], "fullname": "aiohttp.client._SessionRequestContextManager.__aexit__", "name": "__aexit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc", "tb"], "arg_types": ["aiohttp.client._SessionRequestContextManager", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aexit__ of _SessionRequestContextManager", "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": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "coro", "session"], "flags": [], "fullname": "aiohttp.client._SessionRequestContextManager.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "coro", "session"], "arg_types": ["aiohttp.client._SessionRequestContextManager", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "asyncio.futures.Future"}, {".class": "NoneType"}, "aiohttp.client_reqrep.ClientResponse"], "type_ref": "typing.Coroutine"}, "aiohttp.client.ClientSession"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _SessionRequestContextManager", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value", "allow_incompatible_override"], "fullname": "aiohttp.client._SessionRequestContextManager.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_coro": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client._SessionRequestContextManager._coro", "name": "_coro", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "asyncio.futures.Future"}, {".class": "NoneType"}, "aiohttp.client_reqrep.ClientResponse"], "type_ref": "typing.Coroutine"}}}, "_resp": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "aiohttp.client._SessionRequestContextManager._resp", "name": "_resp", "type": {".class": "UnionType", "items": ["aiohttp.client_reqrep.ClientResponse", {".class": "NoneType"}]}}}, "_session": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.client._SessionRequestContextManager._session", "name": "_session", "type": "aiohttp.client.ClientSession"}}}, "slots": ["_coro", "_resp", "_session"], "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_WSRequestContextManager": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["aiohttp.client_ws.ClientWebSocketResponse"], "type_ref": "aiohttp.client._BaseRequestContextManager"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.client._WSRequestContextManager", "name": "_WSRequestContextManager", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "aiohttp.client._WSRequestContextManager", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "aiohttp.client", "mro": ["aiohttp.client._WSRequestContextManager", "aiohttp.client._BaseRequestContextManager", "typing.Coroutine", "typing.Awaitable", "builtins.object"], "names": {".class": "SymbolTable", "__aexit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc", "tb"], "flags": ["is_coroutine"], "fullname": "aiohttp.client._WSRequestContextManager.__aexit__", "name": "__aexit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc", "tb"], "arg_types": ["aiohttp.client._WSRequestContextManager", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aexit__ of _WSRequestContextManager", "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": []}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value", "allow_incompatible_override"], "fullname": "aiohttp.client._WSRequestContextManager.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "aiohttp.client.__all__", "name": "__all__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.client.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.client.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.client.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.client.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.client.__package__", "name": "__package__", "type": "builtins.str"}}, "_merge_ssl_params": {".class": "SymbolTableNode", "cross_ref": "aiohttp.client_reqrep._merge_ssl_params", "kind": "Gdef", "module_public": false}, "asyncio": {".class": "SymbolTableNode", "cross_ref": "asyncio", "kind": "Gdef", "module_public": false}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef", "module_public": false}, "base64": {".class": "SymbolTableNode", "cross_ref": "base64", "kind": "Gdef", "module_public": false}, "ceil_timeout": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.ceil_timeout", "kind": "Gdef", "module_public": false}, "get_env_proxy_for_url": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.get_env_proxy_for_url", "kind": "Gdef", "module_public": false}, "get_running_loop": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.get_running_loop", "kind": "Gdef", "module_public": false}, "hashlib": {".class": "SymbolTableNode", "cross_ref": "hashlib", "kind": "Gdef", "module_public": false}, "hdrs": {".class": "SymbolTableNode", "cross_ref": "aiohttp.hdrs", "kind": "Gdef", "module_public": false}, "http": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http", "kind": "Gdef", "module_public": false}, "istr": {".class": "SymbolTableNode", "cross_ref": "multidict.istr", "kind": "Gdef", "module_public": false}, "json": {".class": "SymbolTableNode", "cross_ref": "json", "kind": "Gdef", "module_public": false}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "payload": {".class": "SymbolTableNode", "cross_ref": "aiohttp.payload", "kind": "Gdef", "module_public": false}, "request": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["method", "url", "params", "data", "json", "headers", "skip_auto_headers", "auth", "allow_redirects", "max_redirects", "compress", "chunked", "expect100", "raise_for_status", "read_until_eof", "proxy", "proxy_auth", "timeout", "cookies", "version", "connector", "read_bufsize", "loop"], "flags": [], "fullname": "aiohttp.client.request", "name": "request", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["method", "url", "params", "data", "json", "headers", "skip_auto_headers", "auth", "allow_redirects", "max_redirects", "compress", "chunked", "expect100", "raise_for_status", "read_until_eof", "proxy", "proxy_auth", "timeout", "cookies", "version", "connector", "read_bufsize", "loop"], "arg_types": ["builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "aiohttp.typedefs.StrOrURL"}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", "multidict.istr"]}, "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDict"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "multidict.CIMultiDictProxy"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.bool", {".class": "UnionType", "items": ["builtins.str", "yarl.URL", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".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}], "partial_fallback": "aiohttp.helpers.BasicAuth"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["aiohttp.client.ClientTimeout", "builtins.object"]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "http.cookies.Morsel"}]}], "type_ref": "typing.Mapping"}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "http.cookies.Morsel"}]}], "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.Iterable"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "http.cookies.BaseCookie"}, {".class": "NoneType"}]}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": "aiohttp.http_writer.HttpVersion"}, {".class": "UnionType", "items": ["aiohttp.connector.BaseConnector", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "request", "ret_type": "aiohttp.client._SessionRequestContextManager", "type_guard": null, "variables": []}}}, "sentinel": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.sentinel", "kind": "Gdef", "module_public": false}, "strip_auth_from_url": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.strip_auth_from_url", "kind": "Gdef", "module_public": false}, "suppress": {".class": "SymbolTableNode", "cross_ref": "contextlib.suppress", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "traceback": {".class": "SymbolTableNode", "cross_ref": "traceback", "kind": "Gdef", "module_public": false}, "warnings": {".class": "SymbolTableNode", "cross_ref": "warnings", "kind": "Gdef", "module_public": false}, "ws_ext_gen": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_websocket.ws_ext_gen", "kind": "Gdef", "module_public": false}, "ws_ext_parse": {".class": "SymbolTableNode", "cross_ref": "aiohttp.http_websocket.ws_ext_parse", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/aiohttp/client.py"}