Python论坛  - 讨论区

标题:[python-chinese] 问题

2006年10月28日 星期六 12:29

 erying1985在163.com
星期六 十月 28 12:29:12 HKT 2006

ÈçºÎɾ³ýÒ»¸ö·½·¨£¿
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061028/c570f929/attachment.htm 

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

2006年10月28日 星期六 12:47

lu self.lu在gmail.com
星期六 十月 28 12:47:40 HKT 2006

>>> def Func(): pass
...
>>> Func

>>> del Func
>>> Func
Traceback (most recent call last):
  File "", line 1, in ?
NameError: name 'Func' is not defined
>>>


On 10/28/06, 英 <erying1985 at 163.com> wrote:
>
>
> 如何删除一个方法?
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

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

2006年10月29日 星期日 16:45

syli hailang_0512在163.com
星期日 十月 29 16:45:15 HKT 2006

? дµÀ:
> ÈçºÎɾ³ýÒ»¸ö·½·¨£¿
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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
>>> class a():
def aa(self):
print "test",self


>>> bb=a()
>>> aa=a()
>>> bb.aa()
test <__main__.a instance at 0x00D383A0>
>>> aa.aa()
test <__main__.a instance at 0x00D3C378>
>>> del a.aa
>>> bb.aa()

Traceback (most recent call last):
File "", line 1, in 
bb.aa()
AttributeError: a instance has no attribute 'aa'
>>> def aa():
pass

>>> aa()
>>> del aa

-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061029/20ab3561/attachment.html 

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号