aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/blog/posts/6
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-31 22:15:14 +0900
committernsfisis <nsfisis@gmail.com>2025-12-31 22:15:14 +0900
commit6b33d04a7b205c76820fe094ce8576ffa807f8ba (patch)
treea4ab6245d7a654f21efcaf4cb4b51f9fb6e21e0a /services/nuldoc/public/blog/posts/6
parent14c35e8ac247c205ba21daaef3b58c6ca467d519 (diff)
downloadnsfisis.dev-main.tar.gz
nsfisis.dev-main.tar.zst
nsfisis.dev-main.zip
feat(blog): new post /posts/2025-12-31/2025-reflections/HEADmain
Diffstat (limited to 'services/nuldoc/public/blog/posts/6')
-rw-r--r--services/nuldoc/public/blog/posts/6/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/services/nuldoc/public/blog/posts/6/index.html b/services/nuldoc/public/blog/posts/6/index.html
index e2f3ff3..8056c2c 100644
--- a/services/nuldoc/public/blog/posts/6/index.html
+++ b/services/nuldoc/public/blog/posts/6/index.html
@@ -63,6 +63,29 @@
</div>
</nav>
<article class="post-entry">
+ <a href="/posts/2021-10-02/python-unbound-local-error/">
+ <header class="entry-header">
+ <h2>【Python】 クロージャとUnboundLocalError: local variable &apos;x&apos; referenced before assignment</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ Python における UnboundLocalError の理由と対処法。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2021-10-02">2021-10-02</time> 投稿
+ <ul class="entry-tags">
+ <li class="tag">
+ <span class="tag-inner">Python</span>
+ </li>
+ <li class="tag">
+ <span class="tag-inner">Python 3</span>
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2021-10-02/ruby-detect-running-implementation/">
<header class="entry-header">
<h2>【Ruby】 自身を実行している処理系の種類を判定する</h2>