mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add multiprocessing.reduction submodule (#7361)
This commit is contained in:
@@ -15,4 +15,5 @@ def add_extension(module: Hashable, name: Hashable, code: SupportsInt) -> None:
|
||||
def remove_extension(module: Hashable, name: Hashable, code: int) -> None: ...
|
||||
def clear_extension_cache() -> None: ...
|
||||
|
||||
dispatch_table: dict[type, Callable[[type], str | _Reduce[type]]] # undocumented
|
||||
_DispatchTableType = dict[type, Callable[[type], str | _Reduce[type]]] # imported by multiprocessing.reduction
|
||||
dispatch_table: _DispatchTableType # undocumented
|
||||
|
||||
Reference in New Issue
Block a user