Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
maoting
/
CTK
Seguir
1
Destacar
1
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
b1b0718c1c
Ramas
Etiquetas
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
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
def app():
return _ctkSimplePythonShellInstance
def quit():
exit()
def exit():
app().quit()