mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Merge pull request #102 from onyb/onyb-patches
Add stub for multiprocessing.cpu_count()
This commit is contained in:
@@ -10,3 +10,6 @@ class Queue():
|
||||
|
||||
class Value():
|
||||
def __init__(typecode_or_type: str, *args: Any, lock: bool = ...) -> None: ...
|
||||
|
||||
# ----- multiprocessing function stubs -----
|
||||
def cpu_count() -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user