コード例 #1
0
ファイル: runbuilder.py プロジェクト: AndrewIsaac/mastr-ms
 def add_sweeps(self, items):
     items_with_sweeps = []
     for item in items:
         items_with_sweeps.append(item)
         if not item.is_blank():
             items_with_sweeps.append(RunSample.create_sweep(self.run))
     return items_with_sweeps
コード例 #2
0
 def add_sweeps(self, items):
     items_with_sweeps = []
     for item in items:
         items_with_sweeps.append(item)
         if not item.is_blank():
             items_with_sweeps.append(RunSample.create_sweep(self.run))
     return items_with_sweeps