mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-12 13:11:42 +08:00
Use lowercase tuple where possible (#6170)
This commit is contained in:
@@ -181,7 +181,7 @@ class _patch(Generic[_T]):
|
||||
def __call__(self, func: Callable[..., _R]) -> Callable[..., _R]: ...
|
||||
def decorate_class(self, klass: _TT) -> _TT: ...
|
||||
def decorate_callable(self, func: Callable[..., _R]) -> Callable[..., _R]: ...
|
||||
def get_original(self) -> Tuple[Any, bool]: ...
|
||||
def get_original(self) -> tuple[Any, bool]: ...
|
||||
target: Any
|
||||
temp_original: Any
|
||||
is_local: bool
|
||||
|
||||
Reference in New Issue
Block a user