<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kikiki-kiki</author_name>
  <author_url>https://blog.hatena.ne.jp/kikiki-kiki/</author_url>
  <blog_title>かもメモ</blog_title>
  <blog_url>https://chaika.hatenablog.com/</blog_url>
  <categories>
    <anon>Python3</anon>
  </categories>
  <description>また Python を少し触っています。 private 変数 のおさらい __ 始まりで作成された変数はインスタンスからしかアクセスできない private 変数になる class User(object): def __init__(self, name): self.__name = name def hi(self): print(f'Hi, {self.__name}') ichigo = User('Ichigo') ichigo.hi() # =&gt; Hi, Ichigo # private 変数にアクセスしようとしたらエラー ichigo.__name # =&gt; Attribut…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaika.hatenablog.com%2Fentry%2F2020%2F12%2F10%2F083000&quot; title=&quot;Python3 class の getter / setter のメモ - かもメモ&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://m.media-amazon.com/images/I/51uEhL3YZDL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-12-10 08:30:00</published>
  <title>Python3 class の getter / setter のメモ</title>
  <type>rich</type>
  <url>https://chaika.hatenablog.com/entry/2020/12/10/083000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
