<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mmrrmmtt</author_name>
  <author_url>https://blog.hatena.ne.jp/mmrrmmtt/</author_url>
  <blog_title>とぶカエル</blog_title>
  <blog_url>https://mmrrmmtt.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>今回はクラスです。 class Book: def print_out(self): print u&quot;[Bookクラス]&quot; クラス宣言、関数の宣言、処理内容と言った感じです。 引数のselfは必須らしいです。自分自身を指す(Javaで言うthis?)みたいです。 a = Book() a.print_out() &gt;&gt; [Bookクラス] こんな感じでインスタンス化して使用します。# 特殊メソッドについて __init__(self, name, count): Javaで言うコンストラクタ __str__(self): 文字列表現を返す(Javaで言うtoString()) などなど多数。おい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmmrrmmtt.hatenadiary.org%2Fentry%2F20080616%2F1213615736&quot; title=&quot;みんなのPython読書会#7 - とぶカエル&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>2008-06-16 20:28:56</published>
  <title>みんなのPython読書会#7</title>
  <type>rich</type>
  <url>https://mmrrmmtt.hatenadiary.org/entry/20080616/1213615736</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
