is it possible with the python api to get direct access to the clip or clips a PySegment points to? Something like PySegment.clip or PySegment.source
Currently the only ways I can see are PySegment.match, but that creates duplication; or we have to iterate over everything in the desktop to try to find a clip that corresponds to PySegment.source_path which is inefficient and not garunteed to be correct since there could be multiple clips imported from media on disk.