<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A better way to search for methods of Python objects</title>
	<atom:link href="http://dancingpenguinsoflight.com/2009/11/a-better-way-to-search-for-methods-of-python-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2009/11/a-better-way-to-search-for-methods-of-python-objects/</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 05:44:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/11/a-better-way-to-search-for-methods-of-python-objects/comment-page-1/#comment-12320</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Tue, 09 Feb 2010 11:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1316#comment-12320</guid>
		<description>@Johan I like it! I&#039;ll be checking out see() more, looks quite helpful.</description>
		<content:encoded><![CDATA[<p>@Johan I like it! I&#8217;ll be checking out see() more, looks quite helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://dancingpenguinsoflight.com/2009/11/a-better-way-to-search-for-methods-of-python-objects/comment-page-1/#comment-12291</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1316#comment-12291</guid>
		<description>http://github.com/inky/see
An alternative to Python&#039;s dir(). Easy to type; easy to read! For humans only.</description>
		<content:encoded><![CDATA[<p><a href="http://github.com/inky/see" rel="nofollow">http://github.com/inky/see</a><br />
An alternative to Python&#8217;s dir(). Easy to type; easy to read! For humans only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2009/11/a-better-way-to-search-for-methods-of-python-objects/comment-page-1/#comment-8445</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Wed, 11 Nov 2009 11:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1316#comment-8445</guid>
		<description>@Jason Glad you also found it useful! The changes you made were helpful, thanks.</description>
		<content:encoded><![CDATA[<p>@Jason Glad you also found it useful! The changes you made were helpful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason R. Coombs</title>
		<link>http://dancingpenguinsoflight.com/2009/11/a-better-way-to-search-for-methods-of-python-objects/comment-page-1/#comment-8423</link>
		<dc:creator>Jason R. Coombs</dc:creator>
		<pubDate>Tue, 10 Nov 2009 19:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=1316#comment-8423</guid>
		<description>Thanks for this! I took the liberty of including this in the jaraco.util package under the jaraco.lang.python module (see https://svn.jaraco.com/jaraco/python/jaraco.util/jaraco/lang/python.py ).

One change I made was to make &#039;mf&#039; case-insensitive, because most of the time I don&#039;t care about the case when I&#039;m searching for a method or attribute.</description>
		<content:encoded><![CDATA[<p>Thanks for this! I took the liberty of including this in the jaraco.util package under the jaraco.lang.python module (see <a href="https://svn.jaraco.com/jaraco/python/jaraco.util/jaraco/lang/python.py" rel="nofollow">https://svn.jaraco.com/jaraco/python/jaraco.util/jaraco/lang/python.py</a> ).</p>
<p>One change I made was to make &#8216;mf&#8217; case-insensitive, because most of the time I don&#8217;t care about the case when I&#8217;m searching for a method or attribute.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
