コード例 #1
0
 def updateStatsFundList(self):
     cur_path = self.stats_cache_path
     tmp = StatsCacheUpdater(cur_path)
     tmp.updateFundList()
コード例 #2
0
ファイル: CacheUpdater.py プロジェクト: psmyth1/code-samples
 def updateStatsFundList(self):
     cur_path = self.stats_cache_path
     tmp = StatsCacheUpdater(cur_path)
     tmp.updateFundList()