From 51e4cb7a8fcb17cc3bd984ecf1b7258e51d064f8 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 29 Oct 2021 16:48:31 +0200 Subject: [PATCH] commands: use python style commends to describe methods Change-Id: Iccc9f01769ee9274d01036d3fbbc161d8bca7628 --- pySim/commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pySim/commands.py b/pySim/commands.py index 7d09fa93..805fe61f 100644 --- a/pySim/commands.py +++ b/pySim/commands.py @@ -283,9 +283,8 @@ class SimCardCommands(object): pdu = '80cb000000' return self._tp.send_apdu_checksw(pdu) - # TS 102 221 Section 11.3.1 def retrieve_data(self, ef, tag:int): - """Execute RETRIEVE DATA. + """Execute RETRIEVE DATA, see also TS 102 221 Section 11.3.1. Args ef : string or list of strings indicating name or path of transparent EF