<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Making Daniel Brodie's singleton recipe work with keyword arguments'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 05:44:23 GMT</pubDate>
<item>
<title>n3x said on 6/2/07</title>
<link>http://snipplr.com/view/2776/making-daniel-brodies-singleton-recipe-work-with-keyword-arguments/</link>
<description><![CDATA[ <p>I just realized that this is probably good enough in practice if you merely want to avoid creating multiple instances for equivalent parameters, but not if you have to make absolutely sure that there are no duplicate instances (since potential keyword and positional arguments aren't disjoint sets). As it is, you can use appropriate coding conventions as a workaround.</p>
 ]]></description>
<pubDate>Sat, 02 Jun 2007 08:03:00 GMT</pubDate>
<guid>http://snipplr.com/view/2776/making-daniel-brodies-singleton-recipe-work-with-keyword-arguments/</guid>
</item>
<item>
<title>n3x said on 6/1/07</title>
<link>http://snipplr.com/view/2776/making-daniel-brodies-singleton-recipe-work-with-keyword-arguments/</link>
<description><![CDATA[ <p>Thanks to Knio and Raumkraut from #pygame for helping me with making this concise and correct!</p>
 ]]></description>
<pubDate>Fri, 01 Jun 2007 20:22:57 GMT</pubDate>
<guid>http://snipplr.com/view/2776/making-daniel-brodies-singleton-recipe-work-with-keyword-arguments/</guid>
</item>
</channel>
</rss>