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
13 KiB

{".class": "MypyFile", "_fullname": "asyncio.protocols", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "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": []}, "flags": [], "fullname": "asyncio.protocols.BaseProtocol", "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", "implicit": false, "is_ellipsis_args": false, "name": "connection_lost of BaseProtocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "connection_made of BaseProtocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "pause_writing of BaseProtocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "resume_writing of BaseProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.protocols.Protocol"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.protocols.BufferedProtocol", "name": "BufferedProtocol", "type_vars": []}, "flags": [], "fullname": "asyncio.protocols.BufferedProtocol", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.protocols", "mro": ["asyncio.protocols.BufferedProtocol", "asyncio.protocols.Protocol", "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", "implicit": false, "is_ellipsis_args": false, "name": "buffer_updated of BufferedProtocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "get_buffer of BufferedProtocol", "ret_type": "builtins.bytearray", "variables": []}}}}, "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": []}, "flags": [], "fullname": "asyncio.protocols.DatagramProtocol", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.protocols", "mro": ["asyncio.protocols.DatagramProtocol", "asyncio.protocols.BaseProtocol", "builtins.object"], "names": {".class": "SymbolTable", "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": ["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"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "datagram_received of DatagramProtocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "error_received of DatagramProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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": []}, "flags": [], "fullname": "asyncio.protocols.Protocol", "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", "implicit": false, "is_ellipsis_args": false, "name": "data_received of Protocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "eof_received of Protocol", "ret_type": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "variables": []}}}}, "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": []}, "flags": [], "fullname": "asyncio.protocols.SubprocessProtocol", "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", "implicit": false, "is_ellipsis_args": false, "name": "pipe_connection_lost of SubprocessProtocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "pipe_data_received of SubprocessProtocol", "ret_type": {".class": "NoneType"}, "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", "implicit": false, "is_ellipsis_args": false, "name": "process_exited of SubprocessProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.protocols.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.protocols.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.protocols.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.protocols.__package__", "name": "__package__", "type": "builtins.str"}}, "transports": {".class": "SymbolTableNode", "cross_ref": "asyncio.transports", "kind": "Gdef", "module_public": false}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/asyncio/protocols.pyi"}