Files @ 3aee1efdc1ad
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pytest.ini

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
[pytest]
filterwarnings =
  ignore::DeprecationWarning:^socks$