<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>特殊メソッド | Python学習講座</title>
	<atom:link href="https://www.python.ambitious-engineer.com/archives/tag/%E7%89%B9%E6%AE%8A%E3%83%A1%E3%82%BD%E3%83%83%E3%83%89/feed" rel="self" type="application/rss+xml" />
	<link>https://www.python.ambitious-engineer.com</link>
	<description>PythonエンジニアによるPython3学習サイト</description>
	<lastBuildDate>Sun, 07 Nov 2021 09:15:28 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.python.ambitious-engineer.com/wp-content/uploads/2020/05/favicon2-32.png</url>
	<title>特殊メソッド | Python学習講座</title>
	<link>https://www.python.ambitious-engineer.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>演算の定義</title>
		<link>https://www.python.ambitious-engineer.com/archives/355</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Wed, 22 Feb 2017 06:18:04 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=355</guid>

					<description><![CDATA[<p>オブジェクトの演算 Pythonの文字列は等価演算子(==)で比較をしたり、足し算(+記号)で結合することができます。一方で引き算(-記号)を利用するとTypeErrorが発生します。これは、strクラスで等価演算や足し...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/355">演算の定義</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>__new__メソッド</title>
		<link>https://www.python.ambitious-engineer.com/archives/310</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Thu, 16 Feb 2017 11:24:26 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=310</guid>

					<description><![CDATA[<p>__new__ 特殊メソッドの__new__は、インスタンスの初期化前に「インスタンスを生成するために」処理が実行されます。実装する際、__new__メソッドの第1引数はclsを指定しますが、クラスオブジェクトです。また...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/310">__new__メソッド</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>ディスクリプタ</title>
		<link>https://www.python.ambitious-engineer.com/archives/336</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Sun, 19 Feb 2017 09:03:19 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=336</guid>

					<description><![CDATA[<p>ディスクリプタとは 特殊メソッド__get__、__set__、__delete__のうちいずれかのメソッドが定義されたオブジェクトをディスクリプタと呼びます。ディスクリプタをメンバにもつオブジェクトに対し、そのメンバに...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/336">ディスクリプタ</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
		<item>
		<title>特殊メソッド</title>
		<link>https://www.python.ambitious-engineer.com/archives/338</link>
		
		<dc:creator><![CDATA[Kuro-Chan]]></dc:creator>
		<pubDate>Tue, 21 Feb 2017 12:56:41 +0000</pubDate>
				<category><![CDATA[Python入門]]></category>
		<category><![CDATA[クラス]]></category>
		<category><![CDATA[特殊メソッド]]></category>
		<guid isPermaLink="false">http://www.python.ambitious-engineer.com/?p=338</guid>

					<description><![CDATA[<p>特殊メソッド Pythonのクラスでは、特殊メソッドと呼ばれるアンダーバー2つで囲まれた特定の名前のメソッドを実装すると、ある処理を実行した際にそのメソッドが自動的に呼び出されます。たとえば__init__がそれに該当し...</p>
<p>The post <a href="https://www.python.ambitious-engineer.com/archives/338">特殊メソッド</a> first appeared on <a href="https://www.python.ambitious-engineer.com">Python学習講座</a>.</p>]]></description>
		
		
		
			</item>
	</channel>
</rss>
