Attention is currently required from: laforge. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/pysim/+/31056 )
Change subject: gsm_r: EF_Predefined: Decode first record different from others ......................................................................
Patch Set 3:
(2 comments)
File pySim/gsm_r.py:
https://gerrit.osmocom.org/c/pysim/+/31056/comment/f24ca68b_32990a70 PS2, Line 252: EF_Predefined
Done
All class variables are accessible by class objects via self, as if they were set from __init__() or any other method. Accessing them via class name is possible, but might lead to errors e.g. in inherited classes redefining those class variables.
https://gerrit.osmocom.org/c/pysim/+/31056/comment/bfbe924b_b47dc53b PS2, Line 257: r = None
Done
In Python (unlike C/C++), if/for/with statements do not have their own scope.