Python论坛  - 讨论区

标题:[python-chinese] Python中是否有类似Ruby中attr_accessor的东西?

2006年09月24日 星期日 12:48

Robert Chen search.pythoner在gmail.com
星期日 九月 24 12:48:29 HKT 2006

RubyÖÐÔÚ¶¨ÒåÀàʱ£¬ÓÐÒ»¸öattr_accessor (attr_reader, attr_writer)
µÄ¶«Î÷·Ç³£·½±ã£¬²»ÖªµÀPythonÖÐÊÇ·ñÓÐÕâÑùµÄ¶«Î÷£¿

-- 
Robert
PythonÔ´ÂëÆÊÎö¡ª¡ªhttp://blog.donews.com/lemur/
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20060924/0746281f/attachment.html 

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

2006年09月24日 星期日 13:00

Bruce Wang number5在gmail.com
星期日 九月 24 13:00:21 HKT 2006

:ۏôéz»B…éìyªÜ†œ­†‰Þ®	šŠW(›
èµäno&­¶¶œqë,¢¶­¶ºÞi׫jÛk¸­z³ò¶'†Ûiÿ÷hrÊr¶'¢¸?­çÿjÛk‰»­y§zË!¶iiÊØhŸ^v²)©•è¬‚Š†Ûiÿöë¹Ç°jx'zÑÓ0µ.m§ÿéÊØhÉÿ¦*^®f¢—úr¶'r§zÇ¿jÛZržžÛ?ÛM:Óݸÿw:÷¯woö­µ§!™éí†Ù¥

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

2006年09月25日 星期一 08:00

gashero harry.python在gmail.com
星期一 九月 25 08:00:09 HKT 2006

怎么用,能详细介绍一下么,谢谢。

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

2006年09月25日 星期一 09:59

Slowness Chen chenzh在bhh.com.cn
星期一 九月 25 09:59:42 HKT 2006

don't know anything about Ruby, but it seems like property(getter,settter)
  ----- Original Message ----- 
  From: Robert Chen
  To: python-cn在googlegroups.com
  Cc: python-chinese在lists.python.cn
  Sent: Sunday, September 24, 2006 12:48 PM
  Subject: [python-chinese] PythonÖÐÊÇ·ñÓÐÀàËÆRubyÖÐattr_accessorµÄ¶«Î÷£¿


  RubyÖÐÔÚ¶¨ÒåÀàʱ£¬ÓÐÒ»¸öattr_accessor (attr_reader, attr_writer) µÄ¶«Î÷·Ç³£·½±ã£¬²»ÖªµÀPythonÖÐÊÇ·ñÓÐÕâÑùµÄ¶«Î÷£¿

  -- 
  Robert
  PythonÔ´ÂëÆÊÎö¡ª¡ªhttp://blog.donews.com/lemur/


------------------------------------------------------------------------------


  _______________________________________________
  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/20060925/49a873d7/attachment.html 

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

2006年09月25日 星期一 10:41

zero zero在rsslife.net
星期一 九月 25 10:41:52 HKT 2006

class test(object):
    attrs = []
    def __getattr__(self,name):
       try :
            return attrs[name]
       except KeyError:
            return None

    def __setattr__(self,name,value):
       self.attrs[name] = value

that's all ! :)

==
zerocp


gashero wrote:
> 怎么用,能详细介绍一下么,谢谢。
> _______________________________________________
> 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号