ZFS Automatic Snapshot Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 lines
54 KiB

{".class": "MypyFile", "_fullname": "http.client", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ACCEPTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.ACCEPTED", "name": "ACCEPTED", "type": "builtins.int"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BAD_GATEWAY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.BAD_GATEWAY", "name": "BAD_GATEWAY", "type": "builtins.int"}}, "BAD_REQUEST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.BAD_REQUEST", "name": "BAD_REQUEST", "type": "builtins.int"}}, "BadStatusLine": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.BadStatusLine", "name": "BadStatusLine", "type_vars": []}, "flags": [], "fullname": "http.client.BadStatusLine", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.BadStatusLine", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BinaryIO": {".class": "SymbolTableNode", "cross_ref": "typing.BinaryIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CONFLICT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.CONFLICT", "name": "CONFLICT", "type": "builtins.int"}}, "CONTINUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.CONTINUE", "name": "CONTINUE", "type": "builtins.int"}}, "CREATED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.CREATED", "name": "CREATED", "type": "builtins.int"}}, "CannotSendHeader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.ImproperConnectionState"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.CannotSendHeader", "name": "CannotSendHeader", "type_vars": []}, "flags": [], "fullname": "http.client.CannotSendHeader", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.CannotSendHeader", "http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CannotSendRequest": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.ImproperConnectionState"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.CannotSendRequest", "name": "CannotSendRequest", "type_vars": []}, "flags": [], "fullname": "http.client.CannotSendRequest", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.CannotSendRequest", "http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EXPECTATION_FAILED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.EXPECTATION_FAILED", "name": "EXPECTATION_FAILED", "type": "builtins.int"}}, "FAILED_DEPENDENCY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.FAILED_DEPENDENCY", "name": "FAILED_DEPENDENCY", "type": "builtins.int"}}, "FORBIDDEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.FORBIDDEN", "name": "FORBIDDEN", "type": "builtins.int"}}, "FOUND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.FOUND", "name": "FOUND", "type": "builtins.int"}}, "GATEWAY_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.GATEWAY_TIMEOUT", "name": "GATEWAY_TIMEOUT", "type": "builtins.int"}}, "GONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.GONE", "name": "GONE", "type": "builtins.int"}}, "HTTPConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPConnection", "name": "HTTPConnection", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPConnection", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPConnection", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "flags": [], "fullname": "http.client.HTTPConnection.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "arg_types": ["http.client.HTTPConnection", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPConnection.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPConnection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPConnection.connect", "name": "connect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPConnection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "endheaders": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["self", "message_body", "encode_chunked"], "flags": [], "fullname": "http.client.HTTPConnection.endheaders", "name": "endheaders", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "message_body", "encode_chunked"], "arg_types": ["http.client.HTTPConnection", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.str", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "endheaders of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "getresponse": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPConnection.getresponse", "name": "getresponse", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPConnection"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getresponse of HTTPConnection", "ret_type": "http.client.HTTPResponse", "variables": []}}}, "host": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.host", "name": "host", "type": "builtins.str"}}, "port": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.port", "name": "port", "type": "builtins.int"}}, "putheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "header", "argument"], "flags": [], "fullname": "http.client.HTTPConnection.putheader", "name": "putheader", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "header", "argument"], "arg_types": ["http.client.HTTPConnection", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "putheader of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "putrequest": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "method", "url", "skip_host", "skip_accept_encoding"], "flags": [], "fullname": "http.client.HTTPConnection.putrequest", "name": "putrequest", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "method", "url", "skip_host", "skip_accept_encoding"], "arg_types": ["http.client.HTTPConnection", "builtins.str", "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "putrequest of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "request": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "method", "url", "body", "headers", "encode_chunked"], "flags": [], "fullname": "http.client.HTTPConnection.request", "name": "request", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "method", "url", "body", "headers", "encode_chunked"], "arg_types": ["http.client.HTTPConnection", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.str", {".class": "NoneType"}]}, {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "request of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "http.client.HTTPConnection.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["http.client.HTTPConnection", {".class": "TypeAliasType", "args": [], "type_ref": "http.client._DataType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "set_debuglevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "flags": [], "fullname": "http.client.HTTPConnection.set_debuglevel", "name": "set_debuglevel", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "level"], "arg_types": ["http.client.HTTPConnection", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_debuglevel of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "set_tunnel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "host", "port", "headers"], "flags": [], "fullname": "http.client.HTTPConnection.set_tunnel", "name": "set_tunnel", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "host", "port", "headers"], "arg_types": ["http.client.HTTPConnection", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_tunnel of HTTPConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}, "sock": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.sock", "name": "sock", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "timeout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPConnection.timeout", "name": "timeout", "type": {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPException": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPException", "name": "HTTPException", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPException", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPMessage": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["email.message.Message"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPMessage", "name": "HTTPMessage", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPMessage", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPMessage", "email.message.Message", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPResponse": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase", "typing.BinaryIO"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPResponse", "name": "HTTPResponse", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPResponse", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPResponse", "io.BufferedIOBase", "io.IOBase", "typing.BinaryIO", "typing.IO", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of HTTPResponse", "ret_type": "http.client.HTTPResponse", "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "exc_type", "exc_val", "exc_tb"], "flags": [], "fullname": "http.client.HTTPResponse.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["http.client.HTTPResponse", {".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", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "sock", "debuglevel", "method", "url"], "flags": [], "fullname": "http.client.HTTPResponse.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "sock", "debuglevel", "method", "url"], "arg_types": ["http.client.HTTPResponse", "socket.socket", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPResponse", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of HTTPResponse", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterator"}, "variables": []}}}, "begin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.begin", "name": "begin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "begin of HTTPResponse", "ret_type": {".class": "NoneType"}, "variables": []}}}, "closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.closed", "name": "closed", "type": "builtins.bool"}}, "debuglevel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.debuglevel", "name": "debuglevel", "type": "builtins.int"}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "fileno of HTTPResponse", "ret_type": "builtins.int", "variables": []}}}, "getcode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.getcode", "name": "getcode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getcode of HTTPResponse", "ret_type": "builtins.int", "variables": []}}}, "getheader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "http.client.HTTPResponse.getheader", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "flags": ["is_overload", "is_decorated"], "fullname": "http.client.HTTPResponse.getheader", "name": "getheader", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["http.client.HTTPResponse", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getheader", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "flags": ["is_overload", "is_decorated"], "fullname": "http.client.HTTPResponse.getheader", "name": "getheader", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["http.client.HTTPResponse", "builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "variables": [{".class": "TypeVarDef", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getheader", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "name"], "arg_types": ["http.client.HTTPResponse", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "default"], "arg_types": ["http.client.HTTPResponse", "builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheader of HTTPResponse", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "TypeVarType", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "variables": [{".class": "TypeVarDef", "fullname": "http.client._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "getheaders": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.getheaders", "name": "getheaders", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getheaders of HTTPResponse", "ret_type": {".class": "Instance", "args": [{".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"}}], "type_ref": "builtins.list"}, "variables": []}}}, "geturl": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.geturl", "name": "geturl", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "geturl of HTTPResponse", "ret_type": "builtins.str", "variables": []}}}, "headers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.headers", "name": "headers", "type": "http.client.HTTPMessage"}}, "info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.info", "name": "info", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "info of HTTPResponse", "ret_type": "email.message.Message", "variables": []}}}, "isclosed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "http.client.HTTPResponse.isclosed", "name": "isclosed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["http.client.HTTPResponse"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "isclosed of HTTPResponse", "ret_type": "builtins.bool", "variables": []}}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.msg", "name": "msg", "type": "http.client.HTTPMessage"}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "amt"], "flags": [], "fullname": "http.client.HTTPResponse.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "amt"], "arg_types": ["http.client.HTTPResponse", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "read of HTTPResponse", "ret_type": "builtins.bytes", "variables": []}}}, "reason": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.reason", "name": "reason", "type": "builtins.str"}}, "status": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.status", "name": "status", "type": "builtins.int"}}, "version": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "http.client.HTTPResponse.version", "name": "version", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPSConnection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPConnection"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.HTTPSConnection", "name": "HTTPSConnection", "type_vars": []}, "flags": [], "fullname": "http.client.HTTPSConnection", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.HTTPSConnection", "http.client.HTTPConnection", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 5, 5], "arg_names": ["self", "host", "port", "key_file", "cert_file", "timeout", "source_address", "context", "check_hostname"], "flags": [], "fullname": "http.client.HTTPSConnection.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 5, 5], "arg_names": ["self", "host", "port", "key_file", "cert_file", "timeout", "source_address", "context", "check_hostname"], "arg_types": ["http.client.HTTPSConnection", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["ssl.SSLContext", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of HTTPSConnection", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HTTPS_PORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.HTTPS_PORT", "name": "HTTPS_PORT", "type": "builtins.int"}}, "HTTP_PORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.HTTP_PORT", "name": "HTTP_PORT", "type": "builtins.int"}}, "HTTP_VERSION_NOT_SUPPORTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.HTTP_VERSION_NOT_SUPPORTED", "name": "HTTP_VERSION_NOT_SUPPORTED", "type": "builtins.int"}}, "IM_USED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.IM_USED", "name": "IM_USED", "type": "builtins.int"}}, "INSUFFICIENT_STORAGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.INSUFFICIENT_STORAGE", "name": "INSUFFICIENT_STORAGE", "type": "builtins.int"}}, "INTERNAL_SERVER_ERROR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.INTERNAL_SERVER_ERROR", "name": "INTERNAL_SERVER_ERROR", "type": "builtins.int"}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ImproperConnectionState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.ImproperConnectionState", "name": "ImproperConnectionState", "type_vars": []}, "flags": [], "fullname": "http.client.ImproperConnectionState", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IncompleteRead": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.IncompleteRead", "name": "IncompleteRead", "type_vars": []}, "flags": [], "fullname": "http.client.IncompleteRead", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.IncompleteRead", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidURL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.InvalidURL", "name": "InvalidURL", "type_vars": []}, "flags": [], "fullname": "http.client.InvalidURL", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.InvalidURL", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "LENGTH_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.LENGTH_REQUIRED", "name": "LENGTH_REQUIRED", "type": "builtins.int"}}, "LOCKED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.LOCKED", "name": "LOCKED", "type": "builtins.int"}}, "LineTooLong": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.LineTooLong", "name": "LineTooLong", "type_vars": []}, "flags": [], "fullname": "http.client.LineTooLong", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.LineTooLong", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "METHOD_NOT_ALLOWED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.METHOD_NOT_ALLOWED", "name": "METHOD_NOT_ALLOWED", "type": "builtins.int"}}, "MOVED_PERMANENTLY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.MOVED_PERMANENTLY", "name": "MOVED_PERMANENTLY", "type": "builtins.int"}}, "MULTIPLE_CHOICES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.MULTIPLE_CHOICES", "name": "MULTIPLE_CHOICES", "type": "builtins.int"}}, "MULTI_STATUS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.MULTI_STATUS", "name": "MULTI_STATUS", "type": "builtins.int"}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NETWORK_AUTHENTICATION_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NETWORK_AUTHENTICATION_REQUIRED", "name": "NETWORK_AUTHENTICATION_REQUIRED", "type": "builtins.int"}}, "NON_AUTHORITATIVE_INFORMATION": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NON_AUTHORITATIVE_INFORMATION", "name": "NON_AUTHORITATIVE_INFORMATION", "type": "builtins.int"}}, "NOT_ACCEPTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_ACCEPTABLE", "name": "NOT_ACCEPTABLE", "type": "builtins.int"}}, "NOT_EXTENDED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_EXTENDED", "name": "NOT_EXTENDED", "type": "builtins.int"}}, "NOT_FOUND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_FOUND", "name": "NOT_FOUND", "type": "builtins.int"}}, "NOT_IMPLEMENTED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_IMPLEMENTED", "name": "NOT_IMPLEMENTED", "type": "builtins.int"}}, "NOT_MODIFIED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NOT_MODIFIED", "name": "NOT_MODIFIED", "type": "builtins.int"}}, "NO_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.NO_CONTENT", "name": "NO_CONTENT", "type": "builtins.int"}}, "NotConnected": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.NotConnected", "name": "NotConnected", "type_vars": []}, "flags": [], "fullname": "http.client.NotConnected", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.NotConnected", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.OK", "name": "OK", "type": "builtins.int"}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PARTIAL_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PARTIAL_CONTENT", "name": "PARTIAL_CONTENT", "type": "builtins.int"}}, "PAYMENT_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PAYMENT_REQUIRED", "name": "PAYMENT_REQUIRED", "type": "builtins.int"}}, "PRECONDITION_FAILED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PRECONDITION_FAILED", "name": "PRECONDITION_FAILED", "type": "builtins.int"}}, "PRECONDITION_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PRECONDITION_REQUIRED", "name": "PRECONDITION_REQUIRED", "type": "builtins.int"}}, "PROCESSING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PROCESSING", "name": "PROCESSING", "type": "builtins.int"}}, "PROXY_AUTHENTICATION_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.PROXY_AUTHENTICATION_REQUIRED", "name": "PROXY_AUTHENTICATION_REQUIRED", "type": "builtins.int"}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "REQUESTED_RANGE_NOT_SATISFIABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUESTED_RANGE_NOT_SATISFIABLE", "name": "REQUESTED_RANGE_NOT_SATISFIABLE", "type": "builtins.int"}}, "REQUEST_ENTITY_TOO_LARGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_ENTITY_TOO_LARGE", "name": "REQUEST_ENTITY_TOO_LARGE", "type": "builtins.int"}}, "REQUEST_HEADER_FIELDS_TOO_LARGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_HEADER_FIELDS_TOO_LARGE", "name": "REQUEST_HEADER_FIELDS_TOO_LARGE", "type": "builtins.int"}}, "REQUEST_TIMEOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_TIMEOUT", "name": "REQUEST_TIMEOUT", "type": "builtins.int"}}, "REQUEST_URI_TOO_LONG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.REQUEST_URI_TOO_LONG", "name": "REQUEST_URI_TOO_LONG", "type": "builtins.int"}}, "RESET_CONTENT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.RESET_CONTENT", "name": "RESET_CONTENT", "type": "builtins.int"}}, "RemoteDisconnected": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ConnectionResetError", "http.client.BadStatusLine"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.RemoteDisconnected", "name": "RemoteDisconnected", "type_vars": []}, "flags": [], "fullname": "http.client.RemoteDisconnected", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.RemoteDisconnected", "builtins.ConnectionResetError", "builtins.ConnectionError", "builtins.OSError", "http.client.BadStatusLine", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ResponseNotReady": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.ImproperConnectionState"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.ResponseNotReady", "name": "ResponseNotReady", "type_vars": []}, "flags": [], "fullname": "http.client.ResponseNotReady", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.ResponseNotReady", "http.client.ImproperConnectionState", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SEE_OTHER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.SEE_OTHER", "name": "SEE_OTHER", "type": "builtins.int"}}, "SERVICE_UNAVAILABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.SERVICE_UNAVAILABLE", "name": "SERVICE_UNAVAILABLE", "type": "builtins.int"}}, "SWITCHING_PROTOCOLS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.SWITCHING_PROTOCOLS", "name": "SWITCHING_PROTOCOLS", "type": "builtins.int"}}, "TEMPORARY_REDIRECT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.TEMPORARY_REDIRECT", "name": "TEMPORARY_REDIRECT", "type": "builtins.int"}}, "TOO_MANY_REQUESTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.TOO_MANY_REQUESTS", "name": "TOO_MANY_REQUESTS", "type": "builtins.int"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UNAUTHORIZED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UNAUTHORIZED", "name": "UNAUTHORIZED", "type": "builtins.int"}}, "UNPROCESSABLE_ENTITY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UNPROCESSABLE_ENTITY", "name": "UNPROCESSABLE_ENTITY", "type": "builtins.int"}}, "UNSUPPORTED_MEDIA_TYPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UNSUPPORTED_MEDIA_TYPE", "name": "UNSUPPORTED_MEDIA_TYPE", "type": "builtins.int"}}, "UPGRADE_REQUIRED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.UPGRADE_REQUIRED", "name": "UPGRADE_REQUIRED", "type": "builtins.int"}}, "USE_PROXY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.USE_PROXY", "name": "USE_PROXY", "type": "builtins.int"}}, "UnimplementedFileMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.UnimplementedFileMode", "name": "UnimplementedFileMode", "type_vars": []}, "flags": [], "fullname": "http.client.UnimplementedFileMode", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.UnimplementedFileMode", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UnknownProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.UnknownProtocol", "name": "UnknownProtocol", "type_vars": []}, "flags": [], "fullname": "http.client.UnknownProtocol", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.UnknownProtocol", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnknownTransferEncoding": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["http.client.HTTPException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client.UnknownTransferEncoding", "name": "UnknownTransferEncoding", "type_vars": []}, "flags": [], "fullname": "http.client.UnknownTransferEncoding", "metaclass_type": null, "metadata": {}, "module_name": "http.client", "mro": ["http.client.UnknownTransferEncoding", "http.client.HTTPException", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DataType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "http.client._DataType", "line": 15, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.IO"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.Iterable"}, "builtins.str"]}}}, "_HTTPConnectionProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "http.client._HTTPConnectionProtocol", "name": "_HTTPConnectionProtocol", "type_vars": []}, "flags": ["is_protocol"], "fullname": "http.client._HTTPConnectionProtocol", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "http.client", "mro": ["http.client._HTTPConnectionProtocol", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "flags": [], "fullname": "http.client._HTTPConnectionProtocol.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "host", "port", "timeout", "source_address", "blocksize"], "arg_types": ["http.client._HTTPConnectionProtocol", "builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.float", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _HTTPConnectionProtocol", "ret_type": "http.client.HTTPConnection", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "http.client._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.__package__", "name": "__package__", "type": "builtins.str"}}, "email": {".class": "SymbolTableNode", "cross_ref": "email", "kind": "Gdef", "module_hidden": true, "module_public": false}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "http.client.error", "line": 183, "no_args": true, "normalized": false, "target": "http.client.HTTPException"}}, "io": {".class": "SymbolTableNode", "cross_ref": "io", "kind": "Gdef", "module_hidden": true, "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "responses": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "http.client.responses", "name": "responses", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "socket": {".class": "SymbolTableNode", "cross_ref": "socket.socket", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ssl": {".class": "SymbolTableNode", "cross_ref": "ssl", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/http/client.pyi"}