mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
committed by
Sebastian Rittau
parent
84548f5bba
commit
407e4bb679
2
third_party/2and3/click/decorators.pyi
vendored
2
third_party/2and3/click/decorators.pyi
vendored
@@ -10,7 +10,7 @@ _F = TypeVar('_F', bound=Callable[..., Any])
|
||||
# _Decorator = Callable[[_F], _F]
|
||||
|
||||
_Callback = Callable[
|
||||
[Context, Union[Option, Parameter], Union[bool, int, str]],
|
||||
[Context, Union[Option, Parameter], Any],
|
||||
Any
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user