<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a4dosanddos</author_name>
  <author_url>https://blog.hatena.ne.jp/a4dosanddos/</author_url>
  <blog_title>プログラム日記</blog_title>
  <blog_url>https://a4dosanddos.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>「Python のお勉強シリーズ」第７回目はクラスについてサンプルコード書いてみました。■ class.py #coding: cp932 class TestClass: val = 0 def __init__(self, a): print(&quot;__init__&quot;) self.a = a def getA(self): return self.a def testMethod(self, arg): print(&quot;self:&quot;, self) print(&quot;arg:&quot;, arg) #静的メソッドの宣言 ( 暗黙の self の記載は必要ない ) @staticmethod def stati…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa4dosanddos.hatenablog.com%2Fentry%2F2015%2F08%2F22%2F190032&quot; title=&quot;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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-08-22 19:00:32</published>
  <title>Python のお勉強７ ( クラス )</title>
  <type>rich</type>
  <url>https://a4dosanddos.hatenablog.com/entry/2015/08/22/190032</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
