Exemple #1
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)
 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)
 def checkTutorial(self):
     tutorial.check(tutorial.transactions)
 def checkTutorial(self):
     tutorial.check(tutorial.transactions)
Exemple #5
0
	def checkTutorial(self):
		tutorial.check(tutorial.sync)
Exemple #6
0
 def checkTutorial(self):
     tutorial.check(tutorial.sync)