<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>toncrimentan_w</author_name>
  <author_url>https://blog.hatena.ne.jp/toncrimentan_w/</author_url>
  <blog_title>とあるゲームプログラマの挑戦と敗北の歴史</blog_title>
  <blog_url>https://toncrimentan-w.hatenablog.com/</blog_url>
  <categories>
    <anon>20：maya</anon>
    <anon>21：maya python</anon>
  </categories>
  <description>pythonではクラスも扱うことができる。 クラスの書き方 import sysimport time ## @brief クラスの使い方#class ClassA(object): def __init__(self): self.power = 0 # # @brief パワーの増加 # def addPower(self, power): self.power += power #&lt; メンバ変数と引数の違いは判別できる模様 classA = ClassA()classA.addPower(50)print (classA.power) クラスの継承 と privatre変数の書き方 ##…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftoncrimentan-w.hatenablog.com%2Fentry%2F2017%2F02%2F02%2F012511&quot; title=&quot;maya：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>2017-02-02 01:25:11</published>
  <title>maya：pythonのクラスの作り方</title>
  <type>rich</type>
  <url>https://toncrimentan-w.hatenablog.com/entry/2017/02/02/012511</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
