コード例 #1
0
ファイル: plugin_settings.py プロジェクト: jscherer26/Icarra
	def checkTutorial(self):
		portfolio = self.app.portfolio
		if portfolio.isBrokerage():
			tutorial.check(tutorial.settings)
		elif portfolio.isCombined():
			tutorial.check(tutorial.settingsCombined)
		elif portfolio.isBenchmark():
			tutorial.check(tutorial.settingsBenchmark)
コード例 #2
0
 def checkTutorial(self):
     portfolio = self.app.portfolio
     if portfolio.isBrokerage():
         tutorial.check(tutorial.settings)
     elif portfolio.isCombined():
         tutorial.check(tutorial.settingsCombined)
     elif portfolio.isBenchmark():
         tutorial.check(tutorial.settingsBenchmark)
コード例 #3
0
 def checkTutorial(self):
     tutorial.check(tutorial.transactions)
コード例 #4
0
ファイル: plugin_transactions.py プロジェクト: jliesch/Icarra
 def checkTutorial(self):
     tutorial.check(tutorial.transactions)
コード例 #5
0
ファイル: plugin_sync.py プロジェクト: akkineniramesh/Icarra
	def checkTutorial(self):
		tutorial.check(tutorial.sync)
コード例 #6
0
 def checkTutorial(self):
     tutorial.check(tutorial.sync)