Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
maoting
/
CTK
Beobachten
1
Favorit hinzufügen
1
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
737f0f34de
Branches
Tags
0.1.0-2015-10-09-7ea654e
appveyor-ci
cli-module-support
ctk-for-mitk
ctk-for-mitk-dicom-retrieve-cleaned
dah
dah-testing-soapui
dicomscp
fix-dicomIndexerTest1
fix-vtk-regression-QVTKOpenGLWidget
master
travis-ci
travis-ci-2
travis-integration
2018-10-29
CTK
/
Applications
/
ctkSimplePythonShell
/
Python
/
ctkSimplePythonShell.py
ctkSimplePythonShell.py
107 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
def app():
return _ctkSimplePythonShellInstance
def quit():
exit()
def exit():
app().quit()