2005年06月20日 星期一 16:33
python-chinese : 大家好! 谁在构造函数里调用过该类的其它方法,这样做有什么危险么? 谢谢! Qutr , qutianrang at gmail.com 2005-6-20 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050620/2a596c20/attachment.html
2005年06月20日 星期一 16:38
没有危险呀。python的构造函数与C/C++不同。python是先创建对象再调用构造函数(其实叫初始化函数为好)。没有什么问题。 在 05-6-20,Qutr<qutianrang at gmail.com> 写道: > python-chinese : > > 大家好! > > 谁在构造函数里调用过该类的其它方法,这样做有什么危险么? > 谢谢! > > > > Qutr, qutianrang at gmail.com > 2005-6-20 > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I like python! My Donews Blog: http://www.donews.net/limodou New Google Maillist: http://groups-beta.google.com/group/python-cn
2005年06月20日 星期一 16:39
没什么大危险,注意不要引用还不存在的变量就好,这种错误在构造函数的内部比较常见。 在05-6-20,Qutr <qutianrang at gmail.com> 写道: > > python-chinese : > > 大家好! > 谁在构造函数里调用过该类的其它方法,这样做有什么危险么? > 谢谢! > Qutr, qutianrang at gmail.com > 2005-6-20 > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- 欢迎访问: http://blog.csdn.net/ccat 刘鑫 March.Liu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050620/c77bf4b7/attachment.htm
Zeuux © 2025
京ICP备05028076号