def _collections()

in collection_manager/collection_manager/services/CollectionWatcher.py [0:0]


    def _collections(self) -> Set[Collection]:
        """
        Return a set of all Collections being watched.
        :return: A set of Collections
        """
        return {collection for collections in self._collections_by_dir.values() for collection in collections}