<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gesoges0</author_name>
  <author_url>https://blog.hatena.ne.jp/gesoges0/</author_url>
  <blog_title>めもちょー</blog_title>
  <blog_url>https://memo.geso.site/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>書評</anon>
  </categories>
  <description>Effective Pythonを読んだのでそのメモです。 関数をトレースするデコレータ with句を作成するためのcontextmanagerデコレータ 様々なキュー 両端キュー（Double-ended Queue） ヒープキュー（Heap Queue） 関数をトレースするデコレータ 関数呼び出しの引数と戻り値を印刷したいとする。 def trace(func): @wraps(func) def wrapper(*args, **kwargs): result = func(*args, **kwargs) print('%s(%r, %r) -&gt; %r' % (func.__name_…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemo.geso.site%2Fentry%2F2022%2F07%2F17%2F225015&quot; title=&quot;『Effective Python』メモ - めもちょー&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/g/gesoges0/20240210/20240210200036.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-05-03 22:50:15</published>
  <title>『Effective Python』メモ</title>
  <type>rich</type>
  <url>https://memo.geso.site/entry/2022/07/17/225015</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
