Python论坛  - 讨论区

标题:[python-chinese] 关于一个对象的名称

2006年06月19日 星期一 12:39

段玉 i_love_program at 163.com
Mon Jun 19 12:39:11 HKT 2006

我有这样的一个需求
a="hello"
l=[a]
我定义了这样的一个函数
def getNamesInList(l)
可以返回["a"]吗
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060619/0fb35045/attachment.html

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

2006年06月19日 星期一 12:57

yi huang yi.codeplayer at gmail.com
Mon Jun 19 12:57:36 HKT 2006

      你可以用 globals() 获取所有全局变量的 名字-对象 的字典。然后遍历这个字典,根据 l 中每个对象查到其名字。
      我很想知道到底是什么样的程序会有这样的一个需求。


-- 
http://codeplayer.blogbus.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060619/e81c18b1/attachment.html

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

2006年06月19日 星期一 12:58

swordsp sparas2006 at gmail.com
Mon Jun 19 12:58:35 HKT 2006

一个"对象"可以有多个"名字",这个需求本身就是有歧义的啊。

On 6/19/06, 段玉 <i_love_program at 163.com> wrote:
>
>  我有这样的一个需求
> a="hello"
> l=[a]
> 我定义了这样的一个函数
> def getNamesInList(l)
> 可以返回["a"]吗
>
>
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060619/f91b077c/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号