2007年11月16日 星期五 17:00
class ExtensionPoint(property): def __init__(self ): property.__init__(self, self.extensions) self.interface = 5 def extensions(self, component): print '111111111' return 222 class aaa: p = ExtensionPoint() def __init__(self): print 11 print self.p x = aaa() faitherQ 2007-11-16 -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071116/07608eb6/attachment.htm
Zeuux © 2025
京ICP备05028076号