Support mp.Value.value (#1480)

This commit is contained in:
Luka Sterbic
2017-07-12 14:00:14 +01:00
committed by Łukasz Langa
parent 47b3979a83
commit dd7ff91519

View File

@@ -100,6 +100,7 @@ class Queue():
def cancel_join_thread(self) -> None: ...
class Value():
value: Any = ...
def __init__(self, typecode_or_type: str, *args: Any, lock: bool = ...) -> None: ...
# ----- multiprocessing function stubs -----