Attention is currently required from: neels.
laforge has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/pysim/+/40095?usp=email )
Change subject: personalization: discover all useful ConfigurableParameter subclasses ......................................................................
Patch Set 6: -Code-Review
(1 comment)
Patchset:
PS6: I think this must be possible to solve more elegantly or at least in my mind more pythonic. For example, by inheriting from an additional parent class in case the parameter is non-abstract (shall we call it concrete?).
At that point you could then use @isinstance(foo, ConcreteParameter) in your @get_all_implementations()@ method.