ami / .mypy_cache /3.7 /multiprocessing /__init__.data.json
patrickvonplaten's picture
upload all
c7a0c46
raw
history blame
No virus
42.7 kB
{".class": "MypyFile", "_fullname": "multiprocessing", "future_import_flags": [], "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}, "Array": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "multiprocessing.Array", "name": "Array", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1318, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1318, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1318, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1319, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1319, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1319, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 3], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["typecode_or_type", "size_or_initializer", "lock"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "AuthenticationError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.AuthenticationError", "kind": "Gdef"}, "Barrier": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["parties", "action", "timeout"], "flags": [], "fullname": "multiprocessing.Barrier", "name": "Barrier", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["parties", "action", "timeout"], "arg_types": ["builtins.int", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Barrier", "ret_type": "multiprocessing.synchronize.Barrier", "type_guard": null, "variables": []}}}, "BaseContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BaseContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BoundedSemaphore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["value"], "flags": [], "fullname": "multiprocessing.BoundedSemaphore", "name": "BoundedSemaphore", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["value"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "BoundedSemaphore", "ret_type": "multiprocessing.synchronize.BoundedSemaphore", "type_guard": null, "variables": []}}}, "BufferTooShort": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.BufferTooShort", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Condition": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["lock"], "flags": [], "fullname": "multiprocessing.Condition", "name": "Condition", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["lock"], "arg_types": [{".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing._LockLike"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Condition", "ret_type": "multiprocessing.synchronize.Condition", "type_guard": null, "variables": []}}}, "DefaultContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.DefaultContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Event": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.Event", "name": "Event", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Event", "ret_type": "multiprocessing.synchronize.Event", "type_guard": null, "variables": []}}}, "ForkContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.ForkContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ForkServerContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.ForkServerContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JoinableQueue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.JoinableQueue", "kind": "Gdef"}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.Lock", "name": "Lock", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Lock", "ret_type": "multiprocessing.synchronize.Lock", "type_guard": null, "variables": []}}}, "Logger": {".class": "SymbolTableNode", "cross_ref": "logging.Logger", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Manager": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.Manager", "name": "Manager", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Manager", "ret_type": "multiprocessing.managers.SyncManager", "type_guard": null, "variables": []}}}, "Pipe": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["duplex"], "flags": [], "fullname": "multiprocessing.Pipe", "name": "Pipe", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["duplex"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Pipe", "ret_type": {".class": "TupleType", "implicit": false, "items": ["multiprocessing.connection.Connection", "multiprocessing.connection.Connection"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "Pool": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1, 1, 1, 1], "arg_names": ["processes", "initializer", "initargs", "maxtasksperchild"], "flags": [], "fullname": "multiprocessing.Pool", "name": "Pool", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1, 1], "arg_names": ["processes", "initializer", "initargs", "maxtasksperchild"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Pool", "ret_type": "multiprocessing.pool.Pool", "type_guard": null, "variables": []}}}, "Process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.Process", "kind": "Gdef"}, "ProcessError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.ProcessError", "kind": "Gdef"}, "Queue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.Queue", "kind": "Gdef"}, "RLock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.RLock", "name": "RLock", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "RLock", "ret_type": "multiprocessing.synchronize.RLock", "type_guard": null, "variables": []}}}, "RawArray": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "multiprocessing.RawArray", "name": "RawArray", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1315, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1315, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "ctypes.Array"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1315, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["typecode_or_type", "size_or_initializer"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Sequence"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "RawValue": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "multiprocessing.RawValue", "name": "RawValue", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1314, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1314, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1314, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["typecode_or_type", "args"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "Semaphore": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["value"], "flags": [], "fullname": "multiprocessing.Semaphore", "name": "Semaphore", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["value"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "Semaphore", "ret_type": "multiprocessing.synchronize.Semaphore", "type_guard": null, "variables": []}}}, "SimpleQueue": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.queues.SimpleQueue", "kind": "Gdef"}, "SpawnContext": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.SpawnContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SyncManager": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.managers.SyncManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TimeoutError": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context.TimeoutError", "kind": "Gdef"}, "TypeAlias": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.TypeAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Value": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "multiprocessing.Value", "name": "Value", "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1316, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1316, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1316, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1317, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1317, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "multiprocessing.context._CT", "id": 1317, "name": "_CT", "namespace": "", "upper_bound": "ctypes._CData", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 3], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "multiprocessing.sharedctypes.SynchronizedBase"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["typecode_or_type", "args", "lock"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", {".class": "TypeType", "item": "ctypes._CData"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "multiprocessing.context._LockLike"}]}], "bound_args": ["multiprocessing.context.DefaultContext"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "_BarrierType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._BarrierType", "line": 125, "no_args": true, "normalized": false, "target": "multiprocessing.synchronize.Barrier"}}, "_BoundedSemaphoreType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._BoundedSemaphoreType", "line": 126, "no_args": true, "normalized": false, "target": "multiprocessing.synchronize.BoundedSemaphore"}}, "_ConditionType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._ConditionType", "line": 127, "no_args": true, "normalized": false, "target": "multiprocessing.synchronize.Condition"}}, "_EventType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._EventType", "line": 128, "no_args": true, "normalized": false, "target": "multiprocessing.synchronize.Event"}}, "_JoinableQueueType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "multiprocessing._JoinableQueueType", "line": 124, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "type_ref": "multiprocessing.queues.JoinableQueue"}}}, "_LockLike": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._LockLike", "line": 138, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["multiprocessing.synchronize.Lock", "multiprocessing.synchronize.RLock"]}}}, "_LockType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._LockType", "line": 129, "no_args": true, "normalized": false, "target": "multiprocessing.synchronize.Lock"}}, "_QueueType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "multiprocessing._QueueType", "line": 122, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "type_ref": "multiprocessing.queues.Queue"}}}, "_RLockType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._RLockType", "line": 130, "no_args": true, "normalized": false, "target": "multiprocessing.synchronize.RLock"}}, "_SemaphoreType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "multiprocessing._SemaphoreType", "line": 131, "no_args": true, "normalized": false, "target": "multiprocessing.synchronize.Semaphore"}}, "_SimpleQueueType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "multiprocessing._SimpleQueueType", "line": 123, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "type_ref": "multiprocessing.queues.SimpleQueue"}}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "multiprocessing._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "multiprocessing.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "multiprocessing.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "active_children": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.active_children", "kind": "Gdef"}, "allow_connection_pickling": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.allow_connection_pickling", "name": "allow_connection_pickling", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "allow_connection_pickling", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "connection": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.connection", "kind": "Gdef", "module_public": false}, "context": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.context", "kind": "Gdef", "module_public": false}, "cpu_count": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.cpu_count", "name": "cpu_count", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cpu_count", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "current_process": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.process.current_process", "kind": "Gdef"}, "freeze_support": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.spawn.freeze_support", "kind": "Gdef"}, "get_all_start_methods": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.get_all_start_methods", "name": "get_all_start_methods", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_all_start_methods", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_context": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "multiprocessing.get_context", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["method"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "spawn"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.SpawnContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fork"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "forkserver"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkServerContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["method"], "flags": ["is_overload", "is_decorated"], "fullname": "multiprocessing.get_context", "name": "get_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.BaseContext", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "get_context", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [1], "arg_names": ["method"], "arg_types": [{".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.DefaultContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "spawn"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.SpawnContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fork"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": [{".class": "LiteralType", "fallback": "builtins.str", "value": "forkserver"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.ForkServerContext", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": ["method"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_context", "ret_type": "multiprocessing.context.BaseContext", "type_guard": null, "variables": []}]}}}, "get_logger": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "multiprocessing.get_logger", "name": "get_logger", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_logger", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "get_start_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["allow_none"], "flags": [], "fullname": "multiprocessing.get_start_method", "name": "get_start_method", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["allow_none"], "arg_types": ["builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_start_method", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "log_to_stderr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["level"], "flags": [], "fullname": "multiprocessing.log_to_stderr", "name": "log_to_stderr", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["level"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "log_to_stderr", "ret_type": "logging.Logger", "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pool": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.pool", "kind": "Gdef", "module_public": false}, "reducer": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.reduction", "kind": "Gdef"}, "set_executable": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["executable"], "flags": [], "fullname": "multiprocessing.set_executable", "name": "set_executable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["executable"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "set_executable", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_forkserver_preload": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["module_names"], "flags": [], "fullname": "multiprocessing.set_forkserver_preload", "name": "set_forkserver_preload", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["module_names"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "set_forkserver_preload", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "set_start_method": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["method", "force"], "flags": [], "fullname": "multiprocessing.set_start_method", "name": "set_start_method", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["method", "force"], "arg_types": ["builtins.str", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "set_start_method", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "synchronize": {".class": "SymbolTableNode", "cross_ref": "multiprocessing.synchronize", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/multiprocessing/__init__.pyi"}