Class | LruWrappedModel |
Special attribute model for functions decorated with functools.lru_cache. |
Constant | LRU_CACHE |
Undocumented |
Function | _functools_partial_inference |
Undocumented |
Function | _looks_like_functools_member |
Check if the given Call node is a functools.partial call |
Function | _looks_like_lru_cache |
Check if the given function node is decorated with lru_cache. |
Function | _transform_lru_cache |
Undocumented |
Variable | _looks_like_partial |
Undocumented |