Python论坛  - 讨论区

标题:[python-chinese] 请问python中有没有c语言中类似的函数atexit(设置一个程序正常结束前调用的函数)

2006年11月16日 星期四 00:08

leopay leopay在gmail.com
星期四 十一月 16 00:08:49 HKT 2006

请问python中有没有c语言中类似的函数atexit(设置一个程序正常结束前调用的
函数)?

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月16日 星期四 00:50

syli hailang_0512在163.com
星期四 十一月 16 00:50:07 HKT 2006

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




[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月16日 星期四 07:55

nicran在gmail.com nicran在gmail.com
星期四 十一月 16 07:55:10 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月16日 星期四 11:18

麦田守望者 qcxhome在gmail.com
星期四 十一月 16 11:18:52 HKT 2006

为何不用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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号