Attention is currently required from: fixeria.
neels has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/pysim/+/39742?usp=email )
Change subject: [2/7] personalization: refactor ConfigurableParameter, Iccid, Imsi ......................................................................
Patch Set 4:
(1 comment)
File pySim/esim/saip/personalization.py:
https://gerrit.osmocom.org/c/pysim/+/39742/comment/ade6f2a3_1c874123?usp=ema... : PS4, Line 42: Subclasses have to implement the apply_val() classmethods
when i tried to detect whether a class is abstract, it didn't work. […]
(re "it didn't work": in two ways: i could not get is_abstract() to return True, and also it turned out that what i planned to probe the abstract-ness for will not work out, because some "abstract" classes actually implement the function with generic parts that subclasses call. So the "semantic" abstractness concept in the end actually needs to be a boolean flag. Simplest, easiest.)