Attention is currently required from: neels.
laforge has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/pysim/+/40202?usp=email )
Change subject: personalization: add get_typical_input_len() to ConfigurableParameter ......................................................................
Patch Set 7: Code-Review+1
(1 comment)
File pySim/esim/saip/personalization.py:
https://gerrit.osmocom.org/c/pysim/+/40202/comment/e12f41c3_e58a7843?usp=ema... : PS7, Line 270: def get_typical_input_len(cls): I wish there was an @classproperty to avoid the awkward get_... methods in favor of accessing a property. However, it seems there are only instance properties, not class properties in python3.