bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
13 stars 30 forks source link

Give Subclass a better name. #176

Closed danielballan closed 4 years ago

danielballan commented 4 years ago

This will make more useful tracebacks.

We currently subclass handler classes dynamically, and the name of the resulting subclass is Subclass. This makes it impossible to know from a traceback which actual underlying handler class is creating a problem.