示例#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))