mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
Support mp.Value.value (#1480)
This commit is contained in:
committed by
Łukasz Langa
parent
47b3979a83
commit
dd7ff91519
@@ -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 -----
|
||||
|
||||
Reference in New Issue
Block a user