mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
@@ -109,3 +109,5 @@ if sys.version_info >= (3, 9):
|
||||
def static_order(self) -> Iterable[_T]: ...
|
||||
|
||||
class CycleError(ValueError): ...
|
||||
|
||||
def cache(__user_function: Callable[..., _T]) -> _lru_cache_wrapper[_T]: ...
|
||||
|
||||
Reference in New Issue
Block a user