<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div>The frozenset type covers a niche case that is nice-to-have but</div>
<div>*rarely* used. Many experienced Python users simply forget</div><div>that we have a frozenset type. We don't get bug reports or</div><div>feature requests about the type. When I do Python consulting</div><div>
work, I never see it in a client's codebase. It does occasionally</div><div>get discussed in questions on StackOverflow but rarely gets</div><div>offered as an answer (typically on variants of the "how do you</div>
<div>make a set-of-sets" question). If Google's codesearch were still</div><div>alive, we could add another datapoint showing how infrequently</div><div>this type is used. </div><br></div></blockquote></div><snip><br>
<br>There are some alternatives to <a href="http://code.google.com" target="_blank">code.google.com</a>, though. For example:<br><br><a href="http://www.koders.com/default.aspx?s=frozenset&submit=Search&la=Python&li=*" target="_blank">http://www.koders.com/default.aspx?s=frozenset&submit=Search&la=Python&li=*</a><br>
<br>From a cursory look: quite a bit of the found results are from the various Python implementations, and there is some duplication of projects, but it would be unfair to conclude that frozenset is not being used since many of the results do look legitimate. This is not to argue in favor or against frozendict, just stating that there's still a way to search code online :)<br>
<br>Eli<br><br></div>