Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DataStore: make _lazy init=False and default=False
- It's only relevant for the read() constructor, not for standalone instantiation, so no init. - Standalone instantiation cannot have lazy data by definition, so default to False.
- Loading branch information