MCPcopy
hub / github.com/RUB-NDS/PRET / echo2data

Method echo2data

pcl.py:212–217  ·  view source on GitHub ↗
(self, echo)

Source from the content-addressed store, hash-verified

210
211 # convert pcl echo commands to binary data
212 def echo2data(self, echo):
213 data = ""
214 echo = re.findall("ECHO (\d+)", echo)
215 for n in echo:
216 data += conv().chr(n)
217 return data
218
219 # ====================================================================
220

Callers 1

retrieve_dataMethod · 0.95

Calls 2

convClass · 0.90
chrMethod · 0.80

Tested by

no test coverage detected