Attention is currently required from: fixeria.
1 comment:
File pySim/esim/saip/personalization.py:
Patch Set #4, 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.)
To view, visit change 39742. To unsubscribe, or for help writing mail filters, visit settings.