mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Remove bare incompletes (#11670)
This commit is contained in:
@@ -42,7 +42,7 @@ def is_abstract_socket_namespace(address: str | bytes | None) -> bool: ...
|
||||
abstract_sockets_supported: bool
|
||||
|
||||
def get_temp_dir() -> str: ...
|
||||
def register_after_fork(obj: Incomplete, func: Callable[[Incomplete], object]) -> None: ...
|
||||
def register_after_fork(obj, func: Callable[[Incomplete], object]) -> None: ...
|
||||
|
||||
class Finalize:
|
||||
def __init__(
|
||||
@@ -59,7 +59,7 @@ class Finalize:
|
||||
_finalizer_registry: MutableMapping[Incomplete, Incomplete] = {},
|
||||
sub_debug: Callable[..., object] = ...,
|
||||
getpid: Callable[[], int] = ...,
|
||||
) -> Incomplete: ...
|
||||
): ...
|
||||
def cancel(self) -> None: ...
|
||||
def still_active(self) -> bool: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user