<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>waraby0ginger</author_name>
  <author_url>https://blog.hatena.ne.jp/waraby0ginger/</author_url>
  <blog_title>ゆくゆくは有へと</blog_title>
  <blog_url>https://iuk.hateblo.jp/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>タイトル長くない？ class C(): def __init__(self): self.x = 10 @property def x(self): return self.__dict__[&quot;x&quot;] @x.setter def x(self, value): print(&quot;eh-eh&quot;) self.__dict__[&quot;x&quot;] = value データディスクリプタはインスタンス属性辞書よりもアクセスが優先されるので、上のように書いてもC().xはC().__dict__[&quot;x&quot;]ではなく、type(obj).__dict__[&quot;x&quot;].__get__(obj, type(obj)) に繋がる…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fiuk.hateblo.jp%2Fentry%2F2016%2F11%2F15%2F192402&quot; title=&quot;propertyはデータディスクリプタだからインスタンス属性辞書より優先される - ゆくゆくは有へと&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>2016-11-15 19:24:02</published>
  <title>propertyはデータディスクリプタだからインスタンス属性辞書より優先される</title>
  <type>rich</type>
  <url>https://iuk.hateblo.jp/entry/2016/11/15/192402</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
