Python论坛  - 讨论区

标题:[python-chinese] 如何获取实例的地址?

2006年12月12日 星期二 19:01

feihu feihu.list在gmail.com
星期二 十二月 12 19:01:58 HKT 2006

class nullclass:
	pass
	
if __name__ == "__main__":
	b = nullclass()
	print b

结果是:
<__main__.nullclass instance at 0x00B52800>
有什么方法,可以得到这个值 0x00B52800


-- 
feihu <feihu.list在gmail.com>


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

2006年12月12日 星期二 19:33

boyeestudio boyee118在gmail.com
星期二 十二月 12 19:33:40 HKT 2006

2006/12/12, feihu <feihu.list在gmail.com>:
>
> class nullclass:
>         pass
>
> if __name__ == "__main__":
>         b = nullclass()
>         print b
>
> ½á¹ûÊÇ£º
> <__main__.nullclass instance at 0x00B52800>
> ÓÐʲô·½·¨£¬¿ÉÒԵõ½Õâ¸öÖµ 0x00B52800


»¹Õæ²»ÖªµÀÄØ£¡ÆÚ´ý¸ßÈËÖ¸µã£¡
²»¹ý£¬ÄãÈç¹ûµÃµ½Õâ¸öµØÖ·£¬ÓÐʲôÓÃ;ÄØ£¿
pythonÖÐÄܶԵØÖ·½øÐвÙ×÷Âð£¿

--
> feihu <feihu.list在gmail.com>
>
> _______________________________________________
> 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
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061212/7a79b667/attachment.html 

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

2006年12月12日 星期二 20:14

Hong Yuan hongyuan在homemaster.cn
星期二 十二月 12 20:14:47 HKT 2006

id(b)

boyeestudio wrote:
>
>
> 2006/12/12, feihu <feihu.list在gmail.com feihu.list在gmail.com>>:
>
>     class nullclass:
>     pass
>
>     if __name__ == "__main__":
>     b = nullclass()
>     print b
>
>     结果是:
>     <__main__.nullclass instance at 0x00B52800>
>     有什么方法,可以得到这个值 0x00B52800
>
>
> 还真不知道呢!期待高人指点!
> 不过,你如果得到这个地址,有什么用途呢?
> python中能对地址进行操作吗?
>
>     --
>     feihu < feihu.list在gmail.com feihu.list在gmail.com>>
>
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese在lists.python.cn
>     python-chinese在lists.python.cn>
>     Subscribe: send subscribe to
>     python-chinese-request在lists.python.cn
>     python-chinese-request在lists.python.cn>
>     Unsubscribe: send unsubscribe to
>     python-chinese-request在lists.python.cn
>     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]

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号