Bone-Market-Solver/bonemarketsolver/data
Jeremy Saklad 97aedc0895
Add __slots__ to data enumerations
These types still have a __dict__, since they inherit from Enum, but
using __slots__ for the inherited properties can still improve access
times.
2021-09-18 19:18:40 -05:00
..
adjustments.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
appendages.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
buyers.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
costs.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
declarations.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
diplomat_fascinations.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
embellishments.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
fluctuations.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
occasional_buyers.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
skulls.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00
torsos.py Add __slots__ to data enumerations 2021-09-18 19:18:40 -05:00