Closed biqqles closed 4 years ago
This PR incorporates changes that:
formats/ini
Equipment
Base
EntitySet.arb
EntitySet.first
EntitySet.__repr__
Entity.__getitem__
__contains__
This PR incorporates changes that:
formats/ini
in a functional style, preparing the way for multithreading and pattern matchingEquipment
types and routines to create themBase
EntitySet.arb
has becomeEntitySet.first
EntitySet.__repr__
now shows the class nameEntity.__getitem__
and__contains__
will now behave more sensibly with non-string types.