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.sync)