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 line
7.0 KiB

{".class": "MypyFile", "_fullname": "asyncio.selector_events", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "BaseSelectorEventLoop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.base_events.BaseEventLoop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.selector_events.BaseSelectorEventLoop", "name": "BaseSelectorEventLoop", "type_vars": []}, "flags": [], "fullname": "asyncio.selector_events.BaseSelectorEventLoop", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.selector_events", "mro": ["asyncio.selector_events.BaseSelectorEventLoop", "asyncio.base_events.BaseEventLoop", "asyncio.events.AbstractEventLoop", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "selector"], "flags": [], "fullname": "asyncio.selector_events.BaseSelectorEventLoop.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "selector"], "arg_types": ["asyncio.selector_events.BaseSelectorEventLoop", {".class": "UnionType", "items": ["selectors.BaseSelector", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseSelectorEventLoop", "ret_type": {".class": "NoneType"}, "variables": []}}}, "create_unix_connection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".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"], "fullname": "asyncio.selector_events.BaseSelectorEventLoop.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.selector_events.BaseSelectorEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.selector_events._Path"}, {".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 BaseSelectorEventLoop", "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": "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"], "fullname": "asyncio.selector_events.BaseSelectorEventLoop.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.selector_events.BaseSelectorEventLoop", {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.events._ProtocolFactory"}, {".class": "TypeAliasType", "args": [], "type_ref": "asyncio.selector_events._Path"}, {".class": "UnionType", "items": ["socket.socket", {".class":