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.5 KiB

{".class": "MypyFile", "_fullname": "asyncio.exceptions", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "CancelledError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.BaseException"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.exceptions.CancelledError", "name": "CancelledError", "type_vars": []}, "flags": [], "fullname": "asyncio.exceptions.CancelledError", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.exceptions", "mro": ["asyncio.exceptions.CancelledError", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IncompleteReadError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.EOFError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.exceptions.IncompleteReadError", "name": "IncompleteReadError", "type_vars": []}, "flags": [], "fullname": "asyncio.exceptions.IncompleteReadError", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.exceptions", "mro": ["asyncio.exceptions.IncompleteReadError", "builtins.EOFError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "partial", "expected"], "flags": [], "fullname": "asyncio.exceptions.IncompleteReadError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "partial", "expected"], "arg_types": ["asyncio.exceptions.IncompleteReadError", "builtins.bytes", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of IncompleteReadError", "ret_type": {".class": "NoneType"}, "variables": []}}}, "expected": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.exceptions.IncompleteReadError.expected", "name": "expected", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "partial": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.exceptions.IncompleteReadError.partial", "name": "partial", "type": "builtins.bytes"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidStateError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.exceptions.InvalidStateError", "name": "InvalidStateError", "type_vars": []}, "flags": [], "fullname": "asyncio.exceptions.InvalidStateError", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.exceptions", "mro": ["asyncio.exceptions.InvalidStateError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "LimitOverrunError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.exceptions.LimitOverrunError", "name": "LimitOverrunError", "type_vars": []}, "flags": [], "fullname": "asyncio.exceptions.LimitOverrunError", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.exceptions", "mro": ["asyncio.exceptions.LimitOverrunError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "message", "consumed"], "flags": [], "fullname": "asyncio.exceptions.LimitOverrunError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "message", "consumed"], "arg_types": ["asyncio.exceptions.LimitOverrunError", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LimitOverrunError", "ret_type": {".class": "NoneType"}, "variables": []}}}, "consumed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.exceptions.LimitOverrunError.consumed", "name": "consumed", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SendfileNotAvailableError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.exceptions.SendfileNotAvailableError", "name": "SendfileNotAvailableError", "type_vars": []}, "flags": [], "fullname": "asyncio.exceptions.SendfileNotAvailableError", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.exceptions", "mro": ["asyncio.exceptions.SendfileNotAvailableError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TimeoutError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.exceptions.TimeoutError", "name": "TimeoutError", "type_vars": []}, "flags": [], "fullname": "asyncio.exceptions.TimeoutError", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.exceptions", "mro": ["asyncio.exceptions.TimeoutError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.exceptions.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.exceptions.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.exceptions.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.exceptions.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/asyncio/exceptions.pyi"}