<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ishikawa</title>
<link>http://snipplr.com/users/ishikawa/language/python/tags/python</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 14:50:27 GMT</pubDate>
<item>
<title>(Python) Name Mangling of Python Private Variables</title>
<link>http://snipplr.com/view/7027/name-mangling-of-python-private-variables/</link>
<description><![CDATA[ <p>Python: Private Variables
http://docs.python.org/tut/node11.html#SECTION0011600000000000000000

Any identifier of the form __spam (at least two leading underscores, at most one trailing underscore) is textually replaced with _classname__spam, where classname is the current class name with leading underscore(s) stripped.

Truncation may occur when the mangled name would be longer than 255 characters. When the class name consists of only underscores, no mangling occurs.</p> ]]></description>
<pubDate>Mon, 30 Jun 2008 10:08:15 GMT</pubDate>
<guid>http://snipplr.com/view/7027/name-mangling-of-python-private-variables/</guid>
</item>
<item>
<title>(Python) iterates over the bytes of string</title>
<link>http://snipplr.com/view/6254/iterates-over-the-bytes-of-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 May 2008 23:41:29 GMT</pubDate>
<guid>http://snipplr.com/view/6254/iterates-over-the-bytes-of-string/</guid>
</item>
</channel>
</rss>