2018年3月18日

摘要: def _add_q(self, q_object, used_aliases, branch_negated=False, current_negated=False, allow_joins=True, split_subq=True): """ Adds a Q-object to the current filter. ... 阅读全文

posted @ 2018-03-18 22:26 王将军之武库 阅读(319) 评论(0) 推荐(0) 编辑

摘要: >>> class a(object): pass >>> o=a() >>> o.a='ok'#直接给实例添加属性,调用了__setattri__ >>> o.a 'ok' >>> class a(object): @classmethod#类方法 def fun1(cls,a): print a >>> o=a() >>> o... 阅读全文

posted @ 2018-03-18 21:57 王将军之武库 阅读(112) 评论(0) 推荐(0) 编辑


Copyright © 2024 王将军之武库
Powered by .NET 9.0 on Kubernetes