mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
co-authored by
hauntsaninja <>
parent
a8834fcd46
commit
3eb6fb8714
@@ -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