MCPcopy Create free account
hub / github.com/XiaoMi/mace / pull

Method pull

tools/python/utils/device.py:215–217  ·  view source on GitHub ↗
(self, target, out_dir)

Source from the content-addressed store, hash-verified

213 raise Exception(line)
214
215 def pull(self, target, out_dir):
216 sn = self._device_id
217 execute("adb -s %s pull %s %s" % (sn, target.path, out_dir), False)
218
219 def mkdir(self, dirname):
220 sn = self._device_id

Callers

nothing calls this directly

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected