michisu アーカイブ

http://blog.miraclelinux.com/asianpen/2008/05/python-code-rea.html#more... Link

Keyword Everyone's Notes Similar Keyword

http://blog.miraclelinux.com/asianpen/2008/05/python-code-rea.html#more

でも実験されていますが、もう少し細かいケースで試してみました。

scope_test.py

def with_local(num): l = [] l_value = True for i in xrange(num): l.append(l_value) def with_nested(num): l = [] n_value = True def nested(num): for i in xrange(num): l.append(n_value) nested(num) m_value = Truedef with_module(num): l = [] for i in xrange(num): l.append(m_value) def with_builtin(num): l = [] for i in xrange(num):...

Time

2008-05-11 23:36

Notes

Search Keywords: