2006年11月16日 星期四 00:08
请问python中有没有c语言中类似的函数atexit(设置一个程序正常结束前调用的 函数)?
2006年11月16日 星期四 00:50
def test(): print "printed on exiting" import atexit atexit.register( test) leopay 写道: > 请问python中有没有c语言中类似的函数atexit(设置一个程序正常结束前调用的 > 函数)? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年11月16日 星期四 07:55
http://docs.python.org/lib/module-atexit.html Sent from my BlackBerry® wireless handheld -----Original Message----- From: syli <hailang_0512在163.com> Date: Thu, 16 Nov 2006 00:50:07 To:python-chinese在lists.python.cn Subject: Re: [python-chinese] 请问python中有没有c 语言中类似的函数atexit(设置一个 程序正常结束前调用的函数)? def test(): print "printed on exiting" import atexit atexit.register( test) leopay 写道: > 请问python中有没有c语言中类似的函数atexit(设置一个程序正常结束前调用的 > 函数)? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese _______________________________________________ python-chinese Post: send python-chinese在lists.python.cn Subscribe: send subscribe to python-chinese-request在lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年11月16日 星期四 11:18
为何不用try-except-finally -- GoogleTalk: qcxhome at gmail.com MSN: qcxhome at hotmail.com My Space: tkdchen.spaces.live.com BOINC: boinc.berkeley.edu 中国分布式计算总站: www.equn.com
Zeuux © 2025
京ICP备05028076号