def checkpoint_path()

in jupyter-gcs-contents-manager/gcs_contents_manager.py [0:0]


  def checkpoint_path(self, checkpoint_id, path):
    path = (path or '').strip('/')
    return posixpath.join(self.checkpoints_dir, path, checkpoint_id)