MCPcopy Index your code
hub / github.com/RUB-NDS/PRET / append

Method append

postscript.py:256–257  ·  view source on GitHub ↗
(self, path, data)

Source from the content-addressed store, hash-verified

254
255 # ------------------------[ append <file> <string> ]------------------
256 def append(self, path, data):
257 self.put(path, data, 'a+')
258
259 # ------------------------[ delete <file> ]---------------------------
260 def delete(self, arg):

Callers 2

do_lsMethod · 0.45
do_captureMethod · 0.45

Calls 1

putMethod · 0.95

Tested by

no test coverage detected