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