Ejemplo n.º 1
0
 def match_collections(self, collections_to_match):
     """
     May seem odd to place it here, but planning to grow sophistication and
     get plugin types involved so it will likely make sense in the future.
     """
     return MatchingCollections.for_collections(
         collections_to_match, self.collection_type_descriptions)
Ejemplo n.º 2
0
 def match_collections( self, collections_to_match ):
     """
     May seem odd to place it here, but planning to grow sophistication and
     get plugin types involved so it will likely make sense in the future.
     """
     return MatchingCollections.for_collections( collections_to_match, self.collection_type_descriptions )