mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Introduce multiprocessing.freeze_support() (#749)
This commit is contained in:
committed by
Jukka Lehtosalo
parent
090dafb9b0
commit
b33c2c6158
@@ -96,3 +96,4 @@ class Value():
|
||||
|
||||
# ----- multiprocessing function stubs -----
|
||||
def cpu_count() -> int: ...
|
||||
def freeze_support() -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user