コード例 #1
0
ファイル: Platform.py プロジェクト: ryskov/toolkit
 def introduce(self):
     CoreInvoker.execute(PrintStringCommand('Welcome to Toolkit! A python-based tool-development platform\n\n'))
コード例 #2
0
 def introduce(self):
     CoreInvoker.execute(
         PrintStringCommand(
             'Welcome to Toolkit! A python-based tool-development platform\n\n'
         ))
コード例 #3
0
ファイル: Platform.py プロジェクト: ryskov/toolkit
 def run(self, arg):
     CoreInvoker.execute(PrintStringCommand('Testing: ' + arg))
コード例 #4
0
 def run(self, arg):
     CoreInvoker.execute(PrintStringCommand('Testing: ' + arg))