mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
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