j3kestrel
Results
1
issues of
j3kestrel
The use of a bare generator in `EVENT_MAP['type_codes']` makes `EVENT_MAP` a single use object. Converting the generator to a tuple allows reuse of `EVENT_MAP` and constructing a new `DeviceManager` that...