예제 #1
0
파일: hek.py 프로젝트: DanRyanIrish/sunpy
 def _merge(self, responses):
     """ Merge responses, removing duplicates. """
     return list(unique(chain.from_iterable(responses), _freeze))
예제 #2
0
파일: hek.py 프로젝트: yukienomiya/sunpy
 def _merge(self, responses):
     """ Merge responses, removing duplicates. """
     return list(unique(chain.from_iterable(responses), _freeze))
예제 #3
0
 def _merge(self, responses):
     """ Implementation detail. """
     return list(unique(chain.from_iterable(responses), _freeze))