import atexit def func(): print "exit" atexit.register(func) print "hello"
hello exit
OSはUbuntu 9.04 PythonはPython 2.6.2
0 件のコメント:
コメントを投稿