187
def put_bytes(self, relpath, bytes, mode=None):
187
def put_bytes(self, relpath, raw_bytes, mode=None):
188
188
"""Copy the string into the location.
190
190
:param relpath: Location to put the contents, relative to base.
196
198
path = self._abspath(relpath)