From 1630f564cd0cd20440b38c142bdee70e99d15175 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 2 Mar 2022 20:17:25 +0900 Subject: attach tags to each post --- docs/posts/python-unbound-local-error/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/posts/python-unbound-local-error/index.html') diff --git a/docs/posts/python-unbound-local-error/index.html b/docs/posts/python-unbound-local-error/index.html index 227164a..cba8819 100644 --- a/docs/posts/python-unbound-local-error/index.html +++ b/docs/posts/python-unbound-local-error/index.html @@ -128,6 +128,12 @@ f() g()

(*) のように、nonlocal を追加する。これにより一つ外側のスコープ (g の一つ外側 = f) で定義されている x を探しに行くようになる。

+