例如,考虑如下的一个类,它能为我们创建一个网络连接:
from functools import partial
conn = LazyConnection(('www.python.org...conn.enter() executes: connection open
s.send(b'GET /index.html HTTP/1.0\r\n')
s.send(b'Host: www.python.org...还有一个细节问题就是 LazyConnection 类是否允许多个 with 语句来嵌套使用连接。