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

{".class": "MypyFile", "_fullname": "asyncio.events", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABCMeta": {".class": "SymbolTableNode", "cross_ref": "abc.ABCMeta", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AbstractChildWatcher": {".class": "SymbolTableNode", "cross_ref": "asyncio.unix_events.AbstractChildWatcher", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AbstractEventLoop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["add_reader", "add_signal_handler", "add_writer", "call_at", "call_exception_handler", "call_later", "call_soon", "call_soon_threadsafe", "close", "connect_accepted_socket", "connect_read_pipe", "connect_write_pipe", "create_connection", "create_datagram_endpoint", "create_future", "create_server", "create_task", "create_unix_connection", "create_unix_server", "default_exception_handler", "get_debug", "get_exception_handler", "get_task_factory", "getaddrinfo", "getnameinfo", "is_closed", "is_running", "remove_reader", "remove_signal_handler", "remove_writer", "run_forever", "run_in_executor", "run_until_complete", "sendfile", "set_debug", "set_default_executor", "set_exception_handler", "set_task_factory", "shutdown_asyncgens", "sock_accept", "sock_connect", "sock_recv", "sock_recv_into", "sock_sendall", "sock_sendfile", "start_tls", "stop", "subprocess_exec", "subprocess_shell", "time"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "asyncio.events.AbstractEventLoop", "name": "AbstractEventLoop", "type_vars": []}, "flags": ["is_abstract"], "fullname": "asyncio.events.AbstractEventLoop", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.events", "mro": ["asyncio.events.AbstractEventLoop", "builtins.object"], "names": {".class": "SymbolTable", "add_reader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fd", "callback", "args"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.add_reader", "name": "add_reader", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fd", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "add_reader of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "add_reader", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fd", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "add_reader of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "add_signal_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "sig", "callback", "args"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.add_signal_handler", "name": "add_signal_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "sig", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "add_signal_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "add_signal_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "sig", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "add_signal_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "add_writer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fd", "callback", "args"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.add_writer", "name": "add_writer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fd", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "add_writer of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "add_writer", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "fd", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "add_writer of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "call_at": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "when", "callback", "args"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.call_at", "name": "call_at", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "when", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.float", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_at of AbstractEventLoop", "ret_type": "asyncio.events.TimerHandle", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "call_at", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "when", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.float", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_at of AbstractEventLoop", "ret_type": "asyncio.events.TimerHandle", "variables": []}}}}, "call_exception_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.call_exception_handler", "name": "call_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_exception_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "call_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "call_exception_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "call_later": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "delay", "callback", "args"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.call_later", "name": "call_later", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "delay", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.float", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_later of AbstractEventLoop", "ret_type": "asyncio.events.TimerHandle", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "call_later", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "delay", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.float", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_later of AbstractEventLoop", "ret_type": "asyncio.events.TimerHandle", "variables": []}}}}, "call_soon": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "callback", "args"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.call_soon", "name": "call_soon", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_soon of AbstractEventLoop", "ret_type": "asyncio.events.Handle", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "call_soon", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_soon of AbstractEventLoop", "ret_type": "asyncio.events.Handle", "variables": []}}}}, "call_soon_threadsafe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2], "arg_names": ["self", "callback", "args"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.call_soon_threadsafe", "name": "call_soon_threadsafe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_soon_threadsafe of AbstractEventLoop", "ret_type": "asyncio.events.Handle", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "call_soon_threadsafe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2], "arg_names": ["self", "callback", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".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": "call_soon_threadsafe of AbstractEventLoop", "ret_type": "asyncio.events.Handle", "variables": []}}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "connect_accepted_socket": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "protocol_factory", "sock", "ssl", "ssl_handshake_timeout"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.connect_accepted_socket", "name": "connect_accepted_socket", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "protocol_factory", "sock", "ssl", "ssl_handshake_timeout"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect_accepted_socket of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "connect_accepted_socket", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5], "arg_names": ["self", "protocol_factory", "sock", "ssl", "ssl_handshake_timeout"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connect_accepted_socket of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "connect_read_pipe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "protocol_factory", "pipe"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.connect_read_pipe", "name": "connect_read_pipe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "protocol_factory", "pipe"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".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": "connect_read_pipe of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "connect_read_pipe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "protocol_factory", "pipe"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".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": "connect_read_pipe of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "connect_write_pipe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "protocol_factory", "pipe"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.connect_write_pipe", "name": "connect_write_pipe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "protocol_factory", "pipe"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".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": "connect_write_pipe of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "connect_write_pipe", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "protocol_factory", "pipe"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".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": "connect_write_pipe of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "create_connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "asyncio.events.AbstractEventLoop.create_connection", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "ssl", "family", "proto", "flags", "sock", "local_addr", "server_hostname", "ssl_handshake_timeout", "happy_eyeballs_delay", "interleave"], "flags": ["is_overload", "is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_connection", "name": "create_connection", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "ssl", "family", "proto", "flags", "sock", "local_addr", "server_hostname", "ssl_handshake_timeout", "happy_eyeballs_delay", "interleave"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "builtins.str", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, "builtins.int", "builtins.int", "builtins.int", {".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": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_connection of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "create_connection", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "ssl", "family", "proto", "flags", "sock", "local_addr", "server_hostname", "ssl_handshake_timeout", "happy_eyeballs_delay", "interleave"], "flags": ["is_overload", "is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_connection", "name": "create_connection", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "ssl", "family", "proto", "flags", "sock", "local_addr", "server_hostname", "ssl_handshake_timeout", "happy_eyeballs_delay", "interleave"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, "builtins.int", "builtins.int", "builtins.int", "socket.socket", {".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_connection of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "create_connection", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "ssl", "family", "proto", "flags", "sock", "local_addr", "server_hostname", "ssl_handshake_timeout", "happy_eyeballs_delay", "interleave"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "builtins.str", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, "builtins.int", "builtins.int", "builtins.int", {".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": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_connection of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 3, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "ssl", "family", "proto", "flags", "sock", "local_addr", "server_hostname", "ssl_handshake_timeout", "happy_eyeballs_delay", "interleave"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "NoneType"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, "builtins.int", "builtins.int", "builtins.int", "socket.socket", {".class": "NoneType"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_connection of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}]}}}, "create_datagram_endpoint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "local_addr", "remote_addr", "family", "proto", "flags", "reuse_address", "reuse_port", "allow_broadcast", "sock"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_datagram_endpoint", "name": "create_datagram_endpoint", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "local_addr", "remote_addr", "family", "proto", "flags", "reuse_address", "reuse_port", "allow_broadcast", "sock"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".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": [{".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", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["socket.socket", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_datagram_endpoint of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "create_datagram_endpoint", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "local_addr", "remote_addr", "family", "proto", "flags", "reuse_address", "reuse_port", "allow_broadcast", "sock"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".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": [{".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", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["socket.socket", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_datagram_endpoint of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "create_future": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_future", "name": "create_future", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_future of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "asyncio.futures.Future"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "create_future", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_future of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "asyncio.futures.Future"}, "variables": []}}}}, "create_server": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "asyncio.events.AbstractEventLoop.create_server", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "family", "flags", "sock", "backlog", "ssl", "reuse_address", "reuse_port", "ssl_handshake_timeout", "start_serving"], "flags": ["is_overload", "is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_server", "name": "create_server", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "family", "flags", "sock", "backlog", "ssl", "reuse_address", "reuse_port", "ssl_handshake_timeout", "start_serving"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", {".class": "NoneType"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_server of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.events.AbstractServer"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "create_server", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "family", "flags", "sock", "backlog", "ssl", "reuse_address", "reuse_port", "ssl_handshake_timeout", "start_serving"], "flags": ["is_overload", "is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_server", "name": "create_server", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "family", "flags", "sock", "backlog", "ssl", "reuse_address", "reuse_port", "ssl_handshake_timeout", "start_serving"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.int", "builtins.int", "socket.socket", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_server of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.events.AbstractServer"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "create_server", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "family", "flags", "sock", "backlog", "ssl", "reuse_address", "reuse_port", "ssl_handshake_timeout", "start_serving"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", {".class": "NoneType"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_server of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.events.AbstractServer"], "type_ref": "typing.Coroutine"}, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "host", "port", "family", "flags", "sock", "backlog", "ssl", "reuse_address", "reuse_port", "ssl_handshake_timeout", "start_serving"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "NoneType"}, {".class": "NoneType"}, "builtins.int", "builtins.int", "socket.socket", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_server of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.events.AbstractServer"], "type_ref": "typing.Coroutine"}, "variables": []}]}}}, "create_task": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "coro", "name"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_task", "name": "create_task", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "coro", "name"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Awaitable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_task of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "asyncio.tasks.Task"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "create_task", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "coro", "name"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Awaitable"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_task of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "asyncio.tasks.Task"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "create_unix_connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "path", "ssl", "sock", "server_hostname", "ssl_handshake_timeout"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_unix_connection", "name": "create_unix_connection", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "path", "ssl", "sock", "server_hostname", "ssl_handshake_timeout"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["socket.socket", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_unix_connection of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "create_unix_connection", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "path", "ssl", "sock", "server_hostname", "ssl_handshake_timeout"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["socket.socket", {".class": "NoneType"}]}, "builtins.str", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_unix_connection of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "create_unix_server": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "path", "sock", "backlog", "ssl", "ssl_handshake_timeout", "start_serving"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.create_unix_server", "name": "create_unix_server", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "path", "sock", "backlog", "ssl", "ssl_handshake_timeout", "start_serving"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "builtins.str", {".class": "UnionType", "items": ["socket.socket", {".class": "NoneType"}]}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_unix_server of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.events.AbstractServer"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "create_unix_server", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5, 5], "arg_names": ["self", "protocol_factory", "path", "sock", "backlog", "ssl", "ssl_handshake_timeout", "start_serving"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, "builtins.str", {".class": "UnionType", "items": ["socket.socket", {".class": "NoneType"}]}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._SSLContext"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "create_unix_server of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.events.AbstractServer"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "default_exception_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.default_exception_handler", "name": "default_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_exception_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "default_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "context"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "default_exception_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "get_debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.get_debug", "name": "get_debug", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_debug of AbstractEventLoop", "ret_type": "builtins.bool", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_debug", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_debug of AbstractEventLoop", "ret_type": "builtins.bool", "variables": []}}}}, "get_exception_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.get_exception_handler", "name": "get_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_exception_handler of AbstractEventLoop", "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "variables": []}, {".class": "NoneType"}]}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_exception_handler of AbstractEventLoop", "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "variables": []}, {".class": "NoneType"}]}, "variables": []}}}}, "get_task_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.get_task_factory", "name": "get_task_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_task_factory of AbstractEventLoop", "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "asyncio.futures.Future"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "NoneType"}]}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_task_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_task_factory of AbstractEventLoop", "ret_type": {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "asyncio.futures.Future"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "NoneType"}]}, "variables": []}}}}, "getaddrinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "host", "port", "family", "type", "proto", "flags"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.getaddrinfo", "name": "getaddrinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "host", "port", "family", "type", "proto", "flags"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getaddrinfo of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "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"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "getaddrinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 5], "arg_names": ["self", "host", "port", "family", "type", "proto", "flags"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getaddrinfo of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}], "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"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "getnameinfo": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sockaddr", "flags"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.getnameinfo", "name": "getnameinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sockaddr", "flags"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnameinfo of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "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"}}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "getnameinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "sockaddr", "flags"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getnameinfo of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "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"}}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "is_closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.is_closed", "name": "is_closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_closed of AbstractEventLoop", "ret_type": "builtins.bool", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "is_closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_closed of AbstractEventLoop", "ret_type": "builtins.bool", "variables": []}}}}, "is_running": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.is_running", "name": "is_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_running of AbstractEventLoop", "ret_type": "builtins.bool", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "is_running", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_running of AbstractEventLoop", "ret_type": "builtins.bool", "variables": []}}}}, "remove_reader": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.remove_reader", "name": "remove_reader", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_reader of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "remove_reader", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_reader of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "remove_signal_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sig"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.remove_signal_handler", "name": "remove_signal_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sig"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_signal_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "remove_signal_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sig"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_signal_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "remove_writer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.remove_writer", "name": "remove_writer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_writer of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "remove_writer", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "fd"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "_types.FileDescriptorLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_writer of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "run_forever": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.run_forever", "name": "run_forever", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_forever of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "run_forever", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_forever of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "run_in_executor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "executor", "func", "args"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.run_in_executor", "name": "run_in_executor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "executor", "func", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "variables": []}, {".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": "run_in_executor of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Coroutine"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "run_in_executor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "executor", "func", "args"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "variables": []}, {".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": "run_in_executor of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Coroutine"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "run_until_complete": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "asyncio.events.AbstractEventLoop.run_until_complete", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "future"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.run_until_complete", "name": "run_until_complete", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "future"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_until_complete of AbstractEventLoop", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run_until_complete", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "future"], "flags": ["is_overload", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.run_until_complete", "name": "run_until_complete", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "future"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Awaitable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_until_complete of AbstractEventLoop", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "run_until_complete", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "future"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_until_complete of AbstractEventLoop", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "future"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Awaitable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run_until_complete of AbstractEventLoop", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "sendfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "transport", "file", "offset", "count", "fallback"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.sendfile", "name": "sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "transport", "file", "offset", "count", "fallback"], "arg_types": ["asyncio.events.AbstractEventLoop", "asyncio.transports.BaseTransport", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendfile of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.int"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "transport", "file", "offset", "count", "fallback"], "arg_types": ["asyncio.events.AbstractEventLoop", "asyncio.transports.BaseTransport", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sendfile of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.int"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "set_debug": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "enabled"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.set_debug", "name": "set_debug", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "enabled"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_debug of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_debug", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "enabled"], "arg_types": ["asyncio.events.AbstractEventLoop", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_debug of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "set_default_executor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "executor"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.set_default_executor", "name": "set_default_executor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "executor"], "arg_types": ["asyncio.events.AbstractEventLoop", {".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": "set_default_executor of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_default_executor", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "executor"], "arg_types": ["asyncio.events.AbstractEventLoop", {".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": "set_default_executor of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "set_exception_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "handler"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.set_exception_handler", "name": "set_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "handler"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_exception_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_exception_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "handler"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_exception_handler of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "set_task_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "factory"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.set_task_factory", "name": "set_task_factory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "factory"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "asyncio.futures.Future"}, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_task_factory of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_task_factory", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "factory"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Generator"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "asyncio.futures.Future"}, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_task_factory of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "shutdown_asyncgens": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.shutdown_asyncgens", "name": "shutdown_asyncgens", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shutdown_asyncgens of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "shutdown_asyncgens", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "shutdown_asyncgens of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "slow_callback_duration": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.events.AbstractEventLoop.slow_callback_duration", "name": "slow_callback_duration", "type": "builtins.float"}}, "sock_accept": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sock"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.sock_accept", "name": "sock_accept", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sock"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_accept of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TupleType", "implicit": false, "items": ["socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sock_accept", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "sock"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_accept of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TupleType", "implicit": false, "items": ["socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._RetAddress"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "sock_connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "address"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.sock_connect", "name": "sock_connect", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "address"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_connect of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sock_connect", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "address"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "socket._Address"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_connect of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "sock_recv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "nbytes"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.sock_recv", "name": "sock_recv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "nbytes"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_recv of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.bytes"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sock_recv", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "nbytes"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_recv of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.bytes"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "sock_recv_into": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "buf"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.sock_recv_into", "name": "sock_recv_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "buf"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", "builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_recv_into of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.int"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sock_recv_into", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "buf"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", "builtins.bytearray"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_recv_into of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.int"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "sock_sendall": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "data"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.sock_sendall", "name": "sock_sendall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "data"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_sendall of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sock_sendall", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "data"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", "builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_sendall of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "sock_sendfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "sock", "file", "offset", "count", "fallback"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.sock_sendfile", "name": "sock_sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "sock", "file", "offset", "count", "fallback"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_sendfile of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.int"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "sock_sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1, 5], "arg_names": ["self", "sock", "file", "offset", "count", "fallback"], "arg_types": ["asyncio.events.AbstractEventLoop", "socket.socket", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "sock_sendfile of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "builtins.int"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "start_tls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 5, 5, 5], "arg_names": ["self", "transport", "protocol", "sslcontext", "server_side", "server_hostname", "ssl_handshake_timeout"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.start_tls", "name": "start_tls", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5, 5, 5], "arg_names": ["self", "transport", "protocol", "sslcontext", "server_side", "server_hostname", "ssl_handshake_timeout"], "arg_types": ["asyncio.events.AbstractEventLoop", "asyncio.transports.BaseTransport", "asyncio.protocols.BaseProtocol", "ssl.SSLContext", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start_tls of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.transports.BaseTransport"], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "start_tls", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 5, 5, 5], "arg_names": ["self", "transport", "protocol", "sslcontext", "server_side", "server_hostname", "ssl_handshake_timeout"], "arg_types": ["asyncio.events.AbstractEventLoop", "asyncio.transports.BaseTransport", "asyncio.protocols.BaseProtocol", "ssl.SSLContext", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start_tls of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "asyncio.transports.BaseTransport"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "stop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.stop", "name": "stop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stop of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "stop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "stop of AbstractEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "subprocess_exec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 2, 5, 5, 5, 4], "arg_names": ["self", "protocol_factory", "args", "stdin", "stdout", "stderr", "kwargs"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.subprocess_exec", "name": "subprocess_exec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 4], "arg_names": ["self", "protocol_factory", "args", "stdin", "stdout", "stderr", "kwargs"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "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": "subprocess_exec of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "subprocess_exec", "type": {".class": "CallableType", "arg_kinds": [0, 0, 2, 5, 5, 5, 4], "arg_names": ["self", "protocol_factory", "args", "stdin", "stdout", "stderr", "kwargs"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "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": "subprocess_exec of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "subprocess_shell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 5, 5, 5, 4], "arg_names": ["self", "protocol_factory", "cmd", "stdin", "stdout", "stderr", "kwargs"], "flags": ["is_coroutine", "is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.subprocess_shell", "name": "subprocess_shell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 4], "arg_names": ["self", "protocol_factory", "cmd", "stdin", "stdout", "stderr", "kwargs"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "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": "subprocess_shell of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "subprocess_shell", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5, 4], "arg_names": ["self", "protocol_factory", "cmd", "stdin", "stdout", "stderr", "kwargs"], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "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": "subprocess_shell of AbstractEventLoop", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._TransProtPair"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "time": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoop.time", "name": "time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time of AbstractEventLoop", "ret_type": "builtins.float", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "time", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "time of AbstractEventLoop", "ret_type": "builtins.float", "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AbstractEventLoopPolicy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["get_child_watcher", "get_event_loop", "new_event_loop", "set_child_watcher", "set_event_loop"], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "asyncio.events.AbstractEventLoopPolicy", "name": "AbstractEventLoopPolicy", "type_vars": []}, "flags": ["is_abstract"], "fullname": "asyncio.events.AbstractEventLoopPolicy", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.events", "mro": ["asyncio.events.AbstractEventLoopPolicy", "builtins.object"], "names": {".class": "SymbolTable", "get_child_watcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoopPolicy.get_child_watcher", "name": "get_child_watcher", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_child_watcher of AbstractEventLoopPolicy", "ret_type": "asyncio.unix_events.AbstractChildWatcher", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_child_watcher", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_child_watcher of AbstractEventLoopPolicy", "ret_type": "asyncio.unix_events.AbstractChildWatcher", "variables": []}}}}, "get_event_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoopPolicy.get_event_loop", "name": "get_event_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_event_loop of AbstractEventLoopPolicy", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "get_event_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_event_loop of AbstractEventLoopPolicy", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}}, "new_event_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoopPolicy.new_event_loop", "name": "new_event_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_event_loop of AbstractEventLoopPolicy", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "new_event_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_event_loop of AbstractEventLoopPolicy", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}}, "set_child_watcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "watcher"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoopPolicy.set_child_watcher", "name": "set_child_watcher", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "watcher"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy", "asyncio.unix_events.AbstractChildWatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_child_watcher of AbstractEventLoopPolicy", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_child_watcher", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "watcher"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy", "asyncio.unix_events.AbstractChildWatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_child_watcher of AbstractEventLoopPolicy", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "set_event_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "loop"], "flags": ["is_decorated", "is_abstract"], "fullname": "asyncio.events.AbstractEventLoopPolicy.set_event_loop", "name": "set_event_loop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "loop"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy", {".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": "set_event_loop of AbstractEventLoopPolicy", "ret_type": {".class": "NoneType"}, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "set_event_loop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "loop"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy", {".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": "set_event_loop of AbstractEventLoopPolicy", "ret_type": {".class": "NoneType"}, "variables": []}}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AbstractServer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.events.AbstractServer", "name": "AbstractServer", "type_vars": []}, "flags": [], "fullname": "asyncio.events.AbstractServer", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.events", "mro": ["asyncio.events.AbstractServer", "builtins.object"], "names": {".class": "SymbolTable", "__aenter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "asyncio.events.AbstractServer.__aenter__", "name": "__aenter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "asyncio.events._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": "__aenter__ of AbstractServer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "TypeVarType", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Coroutine"}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.events._T", "id": -1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__aexit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "exc"], "flags": ["is_coroutine"], "fullname": "asyncio.events.AbstractServer.__aexit__", "name": "__aexit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "exc"], "arg_types": ["asyncio.events.AbstractServer", {".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": "__aexit__ of AbstractServer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.AbstractServer.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractServer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of AbstractServer", "ret_type": {".class": "NoneType"}, "variables": []}}}, "get_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.AbstractServer.get_loop", "name": "get_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractServer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_loop of AbstractServer", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}, "is_serving": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.AbstractServer.is_serving", "name": "is_serving", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractServer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_serving of AbstractServer", "ret_type": "builtins.bool", "variables": []}}}, "serve_forever": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "asyncio.events.AbstractServer.serve_forever", "name": "serve_forever", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractServer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "serve_forever of AbstractServer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}, "sockets": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.events.AbstractServer.sockets", "name": "sockets", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["socket.socket"], "type_ref": "builtins.list"}, {".class": "NoneType"}]}}}, "start_serving": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "asyncio.events.AbstractServer.start_serving", "name": "start_serving", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractServer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "start_serving of AbstractServer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}, "wait_closed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "asyncio.events.AbstractServer.wait_closed", "name": "wait_closed", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.AbstractServer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait_closed of AbstractServer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseDefaultEventLoopPolicy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["get_child_watcher", "set_child_watcher"], "bases": ["asyncio.events.AbstractEventLoopPolicy"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "asyncio.events.BaseDefaultEventLoopPolicy", "name": "BaseDefaultEventLoopPolicy", "type_vars": []}, "flags": ["is_abstract"], "fullname": "asyncio.events.BaseDefaultEventLoopPolicy", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.events", "mro": ["asyncio.events.BaseDefaultEventLoopPolicy", "asyncio.events.AbstractEventLoopPolicy", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.BaseDefaultEventLoopPolicy.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.BaseDefaultEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseDefaultEventLoopPolicy", "ret_type": {".class": "NoneType"}, "variables": []}}}, "get_event_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.BaseDefaultEventLoopPolicy.get_event_loop", "name": "get_event_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.BaseDefaultEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_event_loop of BaseDefaultEventLoopPolicy", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}, "new_event_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.BaseDefaultEventLoopPolicy.new_event_loop", "name": "new_event_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.BaseDefaultEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_event_loop of BaseDefaultEventLoopPolicy", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}, "set_event_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "loop"], "flags": [], "fullname": "asyncio.events.BaseDefaultEventLoopPolicy.set_event_loop", "name": "set_event_loop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "loop"], "arg_types": ["asyncio.events.BaseDefaultEventLoopPolicy", {".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": "set_event_loop of BaseDefaultEventLoopPolicy", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseProtocol": {".class": "SymbolTableNode", "cross_ref": "asyncio.protocols.BaseProtocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseTransport": {".class": "SymbolTableNode", "cross_ref": "asyncio.transports.BaseTransport", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "FileDescriptorLike": {".class": "SymbolTableNode", "cross_ref": "_types.FileDescriptorLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Future": {".class": "SymbolTableNode", "cross_ref": "asyncio.futures.Future", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Handle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.events.Handle", "name": "Handle", "type_vars": []}, "flags": [], "fullname": "asyncio.events.Handle", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.events", "mro": ["asyncio.events.Handle", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "callback", "args", "loop"], "flags": [], "fullname": "asyncio.events.Handle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "callback", "args", "loop"], "arg_types": ["asyncio.events.Handle", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Handle", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.Handle.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["asyncio.events.Handle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of Handle", "ret_type": "builtins.str", "variables": []}}}, "_args": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.events.Handle._args", "name": "_args", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}}}, "_cancelled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "asyncio.events.Handle._cancelled", "name": "_cancelled", "type": "builtins.bool"}}, "_run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.Handle._run", "name": "_run", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.Handle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_run of Handle", "ret_type": {".class": "NoneType"}, "variables": []}}}, "cancel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.Handle.cancel", "name": "cancel", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.Handle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cancel of Handle", "ret_type": {".class": "NoneType"}, "variables": []}}}, "cancelled": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.Handle.cancelled", "name": "cancelled", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.Handle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "cancelled of Handle", "ret_type": "builtins.bool", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Task": {".class": "SymbolTableNode", "cross_ref": "asyncio.tasks.Task", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TimerHandle": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.events.Handle"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.events.TimerHandle", "name": "TimerHandle", "type_vars": []}, "flags": [], "fullname": "asyncio.events.TimerHandle", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.events", "mro": ["asyncio.events.TimerHandle", "asyncio.events.Handle", "builtins.object"], "names": {".class": "SymbolTable", "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.TimerHandle.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.TimerHandle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of TimerHandle", "ret_type": "builtins.int", "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "when", "callback", "args", "loop"], "flags": [], "fullname": "asyncio.events.TimerHandle.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "when", "callback", "args", "loop"], "arg_types": ["asyncio.events.TimerHandle", "builtins.float", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TimerHandle", "ret_type": {".class": "NoneType"}, "variables": []}}}, "when": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.events.TimerHandle.when", "name": "when", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.events.TimerHandle"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "when of TimerHandle", "ret_type": "builtins.float", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Address": {".class": "SymbolTableNode", "cross_ref": "socket._Address", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "asyncio.events._Context", "line": 15, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "_ExceptionHandler": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "asyncio.events._ExceptionHandler", "line": 16, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["asyncio.events.AbstractEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._Context"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, "variables": []}}}, "_ProtocolFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "asyncio.events._ProtocolFactory", "line": 17, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "asyncio.protocols.BaseProtocol", "variables": []}}}, "_RetAddress": {".class": "SymbolTableNode", "cross_ref": "socket._RetAddress", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SSLContext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "asyncio.events._SSLContext", "line": 18, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}, "ssl.SSLContext"]}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "asyncio.events._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TransProtPair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "asyncio.events._TransProtPair", "line": 19, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": ["asyncio.transports.BaseTransport", "asyncio.protocols.BaseProtocol"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.events.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.events.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.events.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.events.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_running_loop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "asyncio.events._get_running_loop", "name": "_get_running_loop", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_running_loop", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}, "_set_running_loop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["loop"], "flags": [], "fullname": "asyncio.events._set_running_loop", "name": "_set_running_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["loop"], "arg_types": [{".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_set_running_loop", "ret_type": {".class": "NoneType"}, "variables": []}}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "get_child_watcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "asyncio.events.get_child_watcher", "name": "get_child_watcher", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_child_watcher", "ret_type": "asyncio.unix_events.AbstractChildWatcher", "variables": []}}}, "get_event_loop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "asyncio.events.get_event_loop", "name": "get_event_loop", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_event_loop", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}, "get_event_loop_policy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "asyncio.events.get_event_loop_policy", "name": "get_event_loop_policy", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_event_loop_policy", "ret_type": "asyncio.events.AbstractEventLoopPolicy", "variables": []}}}, "get_running_loop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "asyncio.events.get_running_loop", "name": "get_running_loop", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_running_loop", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}, "new_event_loop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "asyncio.events.new_event_loop", "name": "new_event_loop", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "new_event_loop", "ret_type": "asyncio.events.AbstractEventLoop", "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "set_child_watcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["watcher"], "flags": [], "fullname": "asyncio.events.set_child_watcher", "name": "set_child_watcher", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["watcher"], "arg_types": ["asyncio.unix_events.AbstractChildWatcher"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_child_watcher", "ret_type": {".class": "NoneType"}, "variables": []}}}, "set_event_loop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["loop"], "flags": [], "fullname": "asyncio.events.set_event_loop", "name": "set_event_loop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["loop"], "arg_types": [{".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_event_loop", "ret_type": {".class": "NoneType"}, "variables": []}}}, "set_event_loop_policy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["policy"], "flags": [], "fullname": "asyncio.events.set_event_loop_policy", "name": "set_event_loop_policy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["policy"], "arg_types": ["asyncio.events.AbstractEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_event_loop_policy", "ret_type": {".class": "NoneType"}, "variables": []}}}, "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}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/asyncio/events.pyi"}