コード例 #1
0
 def _move_nosync(self, path, new_path):
     rename(self._store, path, new_path)
     if self._chunk_store is not None:
         rename(self._chunk_store, path, new_path)
コード例 #2
0
ファイル: hierarchy.py プロジェクト: martindurant/zarr
 def _move_nosync(self, path, new_path):
     rename(self._store, path, new_path)
     if self._chunk_store is not None:
         rename(self._chunk_store, path, new_path)