无聊之人--除了技术,还是技术,你懂得
分类: Python/Ruby
2011-08-08 18:24:12
5.10. Summary
小结
That's it for the hard-core object trickery. You'll see a real-world application of special class methods in Chapter 12, which uses getattr to create a proxy to a remote web service.
这是非常困难的对象技巧。在第12章你将看到一个现实世界特殊类方法的应用,它使用getattr来创建一个远程web的代理
The next chapter will continue using this code sample to explore other Python concepts, such as exceptions, file objects, and for loops。
下一章将继续使用本章的示例代码来探讨其它的Python概念,比如异常,对象,以及for循环。
Before diving into the next chapter, make sure you're comfortable doing all of these things:
在继续深入下一章之前,确定你自己已经掌握了下面所有的内容: