Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove args/kwargs from @_store_on_self(func)
This brings our custom @_store_on_self(func) decorator's behavior closer to Python's built-in @functools.cached_property(func) decorator. https://docs.python.org/3/library/functools.html#functools.cached_property
- Loading branch information