mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
committed by
Sebastian Rittau
parent
113eda289f
commit
1989265e1f
@@ -251,7 +251,7 @@ def getclosurevars(func: Callable[..., Any]) -> ClosureVars: ...
|
||||
|
||||
def unwrap(func: Callable[..., Any],
|
||||
*,
|
||||
stop: Callable[[Any], Any]) -> Any: ...
|
||||
stop: Optional[Callable[[Any], Any]] = ...) -> Any: ...
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user