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.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"], "