<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kaisk</author_name>
  <author_url>https://blog.hatena.ne.jp/kaisk/</author_url>
  <blog_title>keisukeのブログ</blog_title>
  <blog_url>https://kaisk.hatenadiary.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>http://www.jeffknupp.com/blog/2013/11/29/improve-your-python-decorators-explained/ @currency def price_with_tax(price, tax_rate_percentage): return price * (1 + tax_rate_percentage) では、currencyがdecorator. currencyは def currency(f): def wrapper(*args, **kwargs): return '$' + str(f(*args, **kwargs)) r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkaisk.hatenadiary.com%2Fentry%2F2014%2F10%2F08%2F032314&quot; title=&quot;decorator - keisukeのブログ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-10-08 03:23:14</published>
  <title>decorator</title>
  <type>rich</type>
  <url>https://kaisk.hatenadiary.com/entry/2014/10/08/032314</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
