<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 06:51:42 +0000</lastBuildDate>
    <item>
      <title>(Python) Name Mangling of Python Private Variables - ishikawa</title>
      <link>https://snipplr.com/view/7027/name-mangling-of-python-private-variables</link>
      <description>&lt;p&gt;Python: Private Variables&#13;
http://docs.python.org/tut/node11.html#SECTION0011600000000000000000&#13;
&#13;
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.&#13;
&#13;
Truncation may occur when the mangled name would be longer than 255 characters. When the class name consists of only underscores, no mangling occurs.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jun 2008 10:08:15 UTC</pubDate>
      <guid>https://snipplr.com/view/7027/name-mangling-of-python-private-variables</guid>
    </item>
    <item>
      <title>(Python) iterates over the bytes of string - ishikawa</title>
      <link>https://snipplr.com/view/6254/iterates-over-the-bytes-of-string</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 May 2008 23:41:29 UTC</pubDate>
      <guid>https://snipplr.com/view/6254/iterates-over-the-bytes-of-string</guid>
    </item>
  </channel>
</rss>
