diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-03-02 20:17:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-03-02 20:17:25 +0900 |
| commit | 1630f564cd0cd20440b38c142bdee70e99d15175 (patch) | |
| tree | ab762db68f40b05d0574f58c87795fc87f8877f4 /docs/posts/python-unbound-local-error/index.html | |
| parent | a4a72de9af0d0a6d17944f847a4d5fed2b05d2a7 (diff) | |
| download | nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.tar.gz nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.tar.zst nsfisis.github.io-1630f564cd0cd20440b38c142bdee70e99d15175.zip | |
attach tags to each post
Diffstat (limited to 'docs/posts/python-unbound-local-error/index.html')
| -rw-r--r-- | docs/posts/python-unbound-local-error/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
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() </code></pre></div><p><code>(*)</code> のように、<code>nonlocal</code> を追加する。これにより一つ外側のスコープ (<code>g</code> の一つ外側 = <code>f</code>) で定義されている <code>x</code> を探しに行くようになる。</p> </div> + <footer class="post-footer"> + <ul class="post-tags"> + <li><a href="https://blog.nsfisis.dev/tags/python">python</a></li> + <li><a href="https://blog.nsfisis.dev/tags/python3">python3</a></li> + </ul> + </footer> </article></main> <footer class="footer"> |
