CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
ctkSimplePythonShell.py
Go to the documentation of this file.
1 import qt, ctk
2 
3 def app():
4  return _ctkSimplePythonShellInstance
5 
6 def quit():
7  exit()
8 
9 def exit():
10  app().quit()
ctkSimplePythonShell.quit
def quit()
Definition: ctkSimplePythonShell.py:6
ctkSimplePythonShell.app
def app()
Definition: ctkSimplePythonShell.py:3
ctkSimplePythonShell.exit
def exit()
Definition: ctkSimplePythonShell.py:9