为了账号安全,请及时绑定邮箱和手机立即绑定

如何知道对象在Python中是否具有属性

如何知道对象在Python中是否具有属性

慕尼黑的夜晚无繁华 2019-07-16 14:23:51
如何知道对象在Python中是否具有属性Python中是否有确定对象是否具有某种属性的方法?例如:>>> a = SomeClass()>>> a.someProperty = value>>> a.propertyTraceback (most recent call last):   File "<stdin>", line 1, in <module>AttributeError: SomeClass instance has no attribute 'property'你怎么知道a有属性property在使用之前?
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 793 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信