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

{".class": "MypyFile", "_fullname": "multiprocessing.pool", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ApplyResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "multiprocessing.pool.ApplyResult", "name": "ApplyResult", "type_vars": [{".class": "TypeVarDef", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "flags": [], "fullname": "multiprocessing.pool.ApplyResult", "metaclass_type": null, "metadata": {}, "module_name": "multiprocessing.pool", "mro": ["multiprocessing.pool.ApplyResult", "builtins.object"], "names": {".class": "SymbolTable", "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get of ApplyResult", "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}, "variables": []}}}, "ready": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.ready", "name": "ready", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "ready of ApplyResult", "ret_type": "builtins.bool", "variables": []}}}, "successful": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.successful", "name": "successful", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "successful of ApplyResult", "ret_type": "builtins.bool", "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "multiprocessing.pool.ApplyResult.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.pool._T", "id": 1, "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "multiprocessing.pool.ApplyResult"}, {".class": "UnionType", "items": ["builtins.float", {".c