Ejemplo n.º 1
0
 def codes(self) -> List[Code]:
     return list(map(lambda x: Code(x), self.dictionary.get("codes")))
Ejemplo n.º 2
0
 def code(self) -> Code:
     return Code(self.dictionary.get("code"))
 def data(self) -> Code:
     return Code(self.dictionary.get("data"))