pysim/pySim
Harald Welte 0f96c02815 commands: remove superfluous getter/setter for cla_byte property
There's little point in having a getter+setter for a property if
all it does is assigning a value to an attribute of self.  That
works without any property methods

Change-Id: Id214cc83a29e8aa88f4e1413e07b419285c1b7ff
2021-05-23 12:35:29 +00:00
..
transport transport/pcsc: Raise exception if reader number is out of range 2021-05-22 09:32:39 +02:00
__init__.py cosmetic: missing newlines on last line of 2 files 2017-03-21 13:07:57 +01:00
card_handler.py Remove Python shebang from files where it's not needed 2021-03-01 17:33:46 +01:00
card_key_provider.py [pylint] Mark abstract CardKeyProvider.get() method as such 2021-05-02 20:22:15 +00:00
cards.py utils: split string formatting from dec_addr_tlv 2021-05-23 10:05:50 +00:00
commands.py commands: remove superfluous getter/setter for cla_byte property 2021-05-23 12:35:29 +00:00
construct.py Add codecs for EF_SPN and GSM strings via construct 2021-05-10 06:15:39 +02:00
exceptions.py Add more documentation to the classes/methods 2021-04-02 21:08:35 +02:00
filesystem.py shell: Add 'reset' command to reset the card 2021-05-04 13:24:07 +02:00
jsonpath.py pySim-shell: JSONpath support for updating files/records 2021-04-07 16:45:12 +00:00
ts_31_102.py [pylint] Fix reference to undefined variable 'in_hex' 2021-05-02 20:22:15 +00:00
ts_31_103.py ts_31_103: finish decoder and fix encoder for EF.PCSCF 2021-05-23 10:05:50 +00:00
ts_51_011.py Add codecs for EF_SPN and GSM strings via construct 2021-05-10 06:15:39 +02:00
ts_102_221.py ts_102_221: add missing TLV key '9B'/'target_ef' for sysmoUSIM-SJS1 2021-05-06 20:46:11 +02:00
utils.py utils: split string formatting from dec_addr_tlv 2021-05-23 10:05:50 +00:00