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: personalization: refactor SdKey ......................................................................
Patch Set 13:
(1 comment)
File pySim/esim/saip/personalization.py:
https://gerrit.osmocom.org/c/pysim/+/39747/comment/cb05b4d2_246c128c?usp=ema... : PS3, Line 296: def _apply_sd(cls, pe: ProfileElement, value):
Done
I think this was where I took the idea from: https://www.geeksforgeeks.org/python/private-methods-in-python/
I didn't know that double underscore method/function names were explicitly reserved for python internal stuff, but given that most of the python internals start with a double underscore you may have a point.
In any case, don't let me block you with this. Just wanted to share a thought.