mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 03:27:14 +08:00
Add back and update cachetools stubs to cachetools 4.2.4 (#6096)
This commit is contained in:
20
stubs/cachetools/@tests/stubtest_allowlist.txt
Normal file
20
stubs/cachetools/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
cachetools.Cache.get
|
||||
cachetools.LFUCache.__delitem__
|
||||
cachetools.LFUCache.__getitem__
|
||||
cachetools.LFUCache.__setitem__
|
||||
cachetools.LRUCache.__delitem__
|
||||
cachetools.LRUCache.__getitem__
|
||||
cachetools.LRUCache.__setitem__
|
||||
cachetools.TTLCache.__delitem__
|
||||
cachetools.TTLCache.__getitem__
|
||||
cachetools.TTLCache.__setitem__
|
||||
cachetools.cache.Cache.get
|
||||
cachetools.lfu.LFUCache.__delitem__
|
||||
cachetools.lfu.LFUCache.__getitem__
|
||||
cachetools.lfu.LFUCache.__setitem__
|
||||
cachetools.lru.LRUCache.__delitem__
|
||||
cachetools.lru.LRUCache.__getitem__
|
||||
cachetools.lru.LRUCache.__setitem__
|
||||
cachetools.ttl.TTLCache.__delitem__
|
||||
cachetools.ttl.TTLCache.__getitem__
|
||||
cachetools.ttl.TTLCache.__setitem__
|
||||
Reference in New Issue
Block a user