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

{".class": "MypyFile", "_fullname": "asyncio.transports", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AbstractEventLoop": {".class": "SymbolTableNode", "cross_ref": "asyncio.events.AbstractEventLoop", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseProtocol": {".class": "SymbolTableNode", "cross_ref": "asyncio.protocols.BaseProtocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseTransport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.transports.BaseTransport", "name": "BaseTransport", "type_vars": []}, "flags": [], "fullname": "asyncio.transports.BaseTransport", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.transports", "mro": ["asyncio.transports.BaseTransport", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "extra"], "flags": [], "fullname": "asyncio.transports.BaseTransport.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "extra"], "arg_types": ["asyncio.transports.BaseTransport", {".class": "UnionType", "items": [{".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}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.BaseTransport.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.BaseTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of BaseTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "get_extra_info": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "default"], "flags": [], "fullname": "asyncio.transports.BaseTransport.get_extra_info", "name": "get_extra_info", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "name", "default"], "arg_types": ["asyncio.transports.BaseTransport", {".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}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_extra_info of BaseTransport", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}}}, "get_protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.BaseTransport.get_protocol", "name": "get_protocol", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.BaseTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_protocol of BaseTransport", "ret_type": "asyncio.protocols.BaseProtocol", "variables": []}}}, "is_closing": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.BaseTransport.is_closing", "name": "is_closing", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.BaseTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_closing of BaseTransport", "ret_type": "builtins.bool", "variables": []}}}, "set_protocol": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "protocol"], "flags": [], "fullname": "asyncio.transports.BaseTransport.set_protocol", "name": "set_protocol", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "protocol"], "arg_types": ["asyncio.transports.BaseTransport", "asyncio.protocols.BaseProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_protocol of BaseTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "DatagramTransport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.transports.BaseTransport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.transports.DatagramTransport", "name": "DatagramTransport", "type_vars": []}, "flags": [], "fullname": "asyncio.transports.DatagramTransport", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.transports", "mro": ["asyncio.transports.DatagramTransport", "asyncio.transports.BaseTransport", "builtins.object"], "names": {".class": "SymbolTable", "abort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.DatagramTransport.abort", "name": "abort", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.DatagramTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abort of DatagramTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "sendto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "addr"], "flags": [], "fullname": "asyncio.transports.DatagramTransport.sendto", "name": "sendto", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "addr"], "arg_types": ["asyncio.transports.DatagramTransport", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".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"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendto of DatagramTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ReadTransport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.transports.BaseTransport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.transports.ReadTransport", "name": "ReadTransport", "type_vars": []}, "flags": [], "fullname": "asyncio.transports.ReadTransport", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.transports", "mro": ["asyncio.transports.ReadTransport", "asyncio.transports.BaseTransport", "builtins.object"], "names": {".class": "SymbolTable", "is_reading": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.ReadTransport.is_reading", "name": "is_reading", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.ReadTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_reading of ReadTransport", "ret_type": "builtins.bool", "variables": []}}}, "pause_reading": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.ReadTransport.pause_reading", "name": "pause_reading", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.ReadTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pause_reading of ReadTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "resume_reading": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.ReadTransport.resume_reading", "name": "resume_reading", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.ReadTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "resume_reading of ReadTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SubprocessTransport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.transports.BaseTransport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.transports.SubprocessTransport", "name": "SubprocessTransport", "type_vars": []}, "flags": [], "fullname": "asyncio.transports.SubprocessTransport", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.transports", "mro": ["asyncio.transports.SubprocessTransport", "asyncio.transports.BaseTransport", "builtins.object"], "names": {".class": "SymbolTable", "get_pid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.SubprocessTransport.get_pid", "name": "get_pid", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.SubprocessTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_pid of SubprocessTransport", "ret_type": "builtins.int", "variables": []}}}, "get_pipe_transport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "flags": [], "fullname": "asyncio.transports.SubprocessTransport.get_pipe_transport", "name": "get_pipe_transport", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "arg_types": ["asyncio.transports.SubprocessTransport", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_pipe_transport of SubprocessTransport", "ret_type": {".class": "UnionType", "items": ["asyncio.transports.BaseTransport", {".class": "NoneType"}]}, "variables": []}}}, "get_returncode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.SubprocessTransport.get_returncode", "name": "get_returncode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.SubprocessTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_returncode of SubprocessTransport", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "variables": []}}}, "kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.SubprocessTransport.kill", "name": "kill", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.SubprocessTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kill of SubprocessTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "send_signal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "signal"], "flags": [], "fullname": "asyncio.transports.SubprocessTransport.send_signal", "name": "send_signal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "signal"], "arg_types": ["asyncio.transports.SubprocessTransport", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send_signal of SubprocessTransport", "ret_type": "builtins.int", "variables": []}}}, "terminate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.SubprocessTransport.terminate", "name": "terminate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.SubprocessTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "terminate of SubprocessTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Transport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.transports.ReadTransport", "asyncio.transports.WriteTransport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.transports.Transport", "name": "Transport", "type_vars": []}, "flags": [], "fullname": "asyncio.transports.Transport", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.transports", "mro": ["asyncio.transports.Transport", "asyncio.transports.ReadTransport", "asyncio.transports.WriteTransport", "asyncio.transports.BaseTransport", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WriteTransport": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.transports.BaseTransport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.transports.WriteTransport", "name": "WriteTransport", "type_vars": []}, "flags": [], "fullname": "asyncio.transports.WriteTransport", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.transports", "mro": ["asyncio.transports.WriteTransport", "asyncio.transports.BaseTransport", "builtins.object"], "names": {".class": "SymbolTable", "abort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.WriteTransport.abort", "name": "abort", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.WriteTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "abort of WriteTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "can_write_eof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.WriteTransport.can_write_eof", "name": "can_write_eof", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.WriteTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "can_write_eof of WriteTransport", "ret_type": "builtins.bool", "variables": []}}}, "get_write_buffer_size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.WriteTransport.get_write_buffer_size", "name": "get_write_buffer_size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.WriteTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_write_buffer_size of WriteTransport", "ret_type": "builtins.int", "variables": []}}}, "set_write_buffer_limits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "high", "low"], "flags": [], "fullname": "asyncio.transports.WriteTransport.set_write_buffer_limits", "name": "set_write_buffer_limits", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "high", "low"], "arg_types": ["asyncio.transports.WriteTransport", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_write_buffer_limits of WriteTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "flags": [], "fullname": "asyncio.transports.WriteTransport.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "data"], "arg_types": ["asyncio.transports.WriteTransport", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write of WriteTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "write_eof": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports.WriteTransport.write_eof", "name": "write_eof", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports.WriteTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "write_eof of WriteTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}, "writelines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "list_of_data"], "flags": [], "fullname": "asyncio.transports.WriteTransport.writelines", "name": "writelines", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "list_of_data"], "arg_types": ["asyncio.transports.WriteTransport", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "writelines of WriteTransport", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_FlowControlMixin": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.transports.Transport"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.transports._FlowControlMixin", "name": "_FlowControlMixin", "type_vars": []}, "flags": [], "fullname": "asyncio.transports._FlowControlMixin", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.transports", "mro": ["asyncio.transports._FlowControlMixin", "asyncio.transports.Transport", "asyncio.transports.ReadTransport", "asyncio.transports.WriteTransport", "asyncio.transports.BaseTransport", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "extra", "loop"], "flags": [], "fullname": "asyncio.transports._FlowControlMixin.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "extra", "loop"], "arg_types": ["asyncio.transports._FlowControlMixin", {".class": "UnionType", "items": [{".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}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FlowControlMixin", "ret_type": {".class": "NoneType"}, "variables": []}}}, "get_write_buffer_limits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.transports._FlowControlMixin.get_write_buffer_limits", "name": "get_write_buffer_limits", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.transports._FlowControlMixin"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_write_buffer_limits of _FlowControlMixin", "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"}}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.transports.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.transports.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.transports.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.transports.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/asyncio/transports.pyi"}