with構文の時のスコープが気になった。
with open('msg.log', 'w') as wfp: wfp.write('it is example for with statement.') wfp.write('do not need call close().') hoge = 'hello' print hoge
with open以前にhoge変数を宣言がないが、hogeが存在していたので、 withより外にもスコープがある。
- 作者: 辻真吾
- 出版社/メーカー: 技術評論社
- 発売日: 2010/04/24
- メディア: 大型本
- 購入: 19人 クリック: 199回
- この商品を含むブログ (47件) を見る