Attention is currently required from: neels.
dexter has posted comments on this change by neels. ( https://gerrit.osmocom.org/c/pysim/+/39747?usp=email )
Change subject: [6/6] personalization: refactor SdKey ......................................................................
Patch Set 3:
(1 comment)
File pySim/esim/saip/personalization.py:
https://gerrit.osmocom.org/c/pysim/+/39747/comment/5f8e7d84_46dc025f?usp=ema... : PS3, Line 296: def _apply_sd(cls, pe: ProfileElement, value): If you want to make this method more private you can apply __ underscores instead of one _. (__ is still not a real private method, but the name mangling will give it a nasty prefix)