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
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": "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 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}, "asyncio.events.AbstractServer"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PathLike": {".class": "SymbolTableNode", "cross_ref": "builtins._PathLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "asyncio.selector_events._Path", "line": 10, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins._PathLike"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.selector_events.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.selector_events.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.selector_events.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.selector_events.__package__", "name": "__package__", "type": "builtins.str"}}, "base_events": {".class": "SymbolTableNode", "cross_ref": "asyncio.base_events", "kind": "Gdef", "module_public": false}, "events": {".class": "SymbolTableNode", "cross_ref": "asyncio.events", "kind": "Gdef", "module_public": false}, "selectors": {".class": "SymbolTableNode", "cross_ref": "selectors", "kind": "Gdef", "module_hidden": true, "module_public": false}, "socket": {".class": "SymbolTableNode", "cross_ref": "socket.socket", "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/selector_events.pyi"}