Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move lru_cache definitions to __init__ (#20)
Using the lru_cache decorators on class methods, the ones that have a reference to `self`, will also cache self. So we move it to the __init__ of the class (DIS-2913)
- Loading branch information