Files @ 3aee1efdc1ad
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore

Brett Smith
data: Define __slots__ for core classes.

Because these are the classes that get instantiated many times while
iterating transactions, the performance benefit of defining __slots__
is worth the development overhead.
1
2
3
4
5
6
7
build/
.cache/
*.egg
*.egg-info/
.eggs
.mypy_cache/
__pycache__/