| {".class": "MypyFile", "_fullname": "asyncio.protocols", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.protocols.BaseProtocol", "name": "BaseProtocol", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "asyncio.protocols.BaseProtocol", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "asyncio.protocols", "mro": ["asyncio.protocols.BaseProtocol", "builtins.object"], "names": {".class": "SymbolTable", "connection_lost": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exc"], "flags": [], "fullname": "asyncio.protocols.BaseProtocol.connection_lost", "name": "connection_lost", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exc"], "arg_types": ["asyncio.protocols.BaseProtocol", {".class": "UnionType", "items": ["builtins.Exception", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connection_lost of BaseProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connection_made": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "transport"], "flags": [], "fullname": "asyncio.protocols.BaseProtocol.connection_made", "name": "connection_made", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "transport"], "arg_types": ["asyncio.protocols.BaseProtocol", "asyncio.transports.BaseTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connection_made of BaseProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pause_writing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.protocols.BaseProtocol.pause_writing", "name": "pause_writing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.protocols.BaseProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "pause_writing of BaseProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "resume_writing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.protocols.BaseProtocol.resume_writing", "name": "resume_writing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.protocols.BaseProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "resume_writing of BaseProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.protocols.BaseProtocol"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.protocols.BufferedProtocol", "name": "BufferedProtocol", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "asyncio.protocols.BufferedProtocol", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "asyncio.protocols", "mro": ["asyncio.protocols.BufferedProtocol", "asyncio.protocols.BaseProtocol", "builtins.object"], "names": {".class": "SymbolTable", "buffer_updated": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "nbytes"], "flags": [], "fullname": "asyncio.protocols.BufferedProtocol.buffer_updated", "name": "buffer_updated", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "nbytes"], "arg_types": ["asyncio.protocols.BufferedProtocol", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "buffer_updated of BufferedProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "eof_received": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.protocols.BufferedProtocol.eof_received", "name": "eof_received", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.protocols.BufferedProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "eof_received of BufferedProtocol", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "get_buffer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sizehint"], "flags": [], "fullname": "asyncio.protocols.BufferedProtocol.get_buffer", "name": "get_buffer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sizehint"], "arg_types": ["asyncio.protocols.BufferedProtocol", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_buffer of BufferedProtocol", "ret_type": "builtins.bytearray", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DatagramProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.protocols.BaseProtocol"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.protocols.DatagramProtocol", "name": "DatagramProtocol", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "asyncio.protocols.DatagramProtocol", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "asyncio.protocols", "mro": ["asyncio.protocols.DatagramProtocol", "asyncio.protocols.BaseProtocol", "builtins.object"], "names": {".class": "SymbolTable", "connection_made": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "transport"], "flags": [], "fullname": "asyncio.protocols.DatagramProtocol.connection_made", "name": "connection_made", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "transport"], "arg_types": ["asyncio.protocols.DatagramProtocol", "asyncio.transports.DatagramTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connection_made of DatagramProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "datagram_received": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "addr"], "flags": [], "fullname": "asyncio.protocols.DatagramProtocol.datagram_received", "name": "datagram_received", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "data", "addr"], "arg_types": ["asyncio.protocols.DatagramProtocol", "builtins.bytes", {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "datagram_received of DatagramProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "error_received": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "exc"], "flags": [], "fullname": "asyncio.protocols.DatagramProtocol.error_received", "name": "error_received", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "exc"], "arg_types": ["asyncio.protocols.DatagramProtocol", "builtins.Exception"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "error_received of DatagramProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.protocols.BaseProtocol"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.protocols.Protocol", "name": "Protocol", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "asyncio.protocols.Protocol", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "asyncio.protocols", "mro": ["asyncio.protocols.Protocol", "asyncio.protocols.BaseProtocol", "builtins.object"], "names": {".class": "SymbolTable", "data_received": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "asyncio.protocols.Protocol.data_received", "name": "data_received", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["asyncio.protocols.Protocol", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "data_received of Protocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "eof_received": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.protocols.Protocol.eof_received", "name": "eof_received", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.protocols.Protocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "eof_received of Protocol", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SubprocessProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.protocols.BaseProtocol"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.protocols.SubprocessProtocol", "name": "SubprocessProtocol", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "asyncio.protocols.SubprocessProtocol", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "asyncio.protocols", "mro": ["asyncio.protocols.SubprocessProtocol", "asyncio.protocols.BaseProtocol", "builtins.object"], "names": {".class": "SymbolTable", "pipe_connection_lost": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "exc"], "flags": [], "fullname": "asyncio.protocols.SubprocessProtocol.pipe_connection_lost", "name": "pipe_connection_lost", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "exc"], "arg_types": ["asyncio.protocols.SubprocessProtocol", "builtins.int", {".class": "UnionType", "items": ["builtins.Exception", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "pipe_connection_lost of SubprocessProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pipe_data_received": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "data"], "flags": [], "fullname": "asyncio.protocols.SubprocessProtocol.pipe_data_received", "name": "pipe_data_received", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "data"], "arg_types": ["asyncio.protocols.SubprocessProtocol", "builtins.int", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "pipe_data_received of SubprocessProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "process_exited": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.protocols.SubprocessProtocol.process_exited", "name": "process_exited", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.protocols.SubprocessProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "process_exited of SubprocessProtocol", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "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": "asyncio.protocols.__all__", "name": "__all__", "type": {".class": "TupleType", "implicit": false, "items": ["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": "asyncio.protocols.__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": "asyncio.protocols.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.protocols.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.protocols.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.protocols.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "transports": {".class": "SymbolTableNode", "cross_ref": "asyncio.transports", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/asyncio/protocols.pyi"} |