<div dir="ltr">Wrapped up the PEP-8 cleanups as much as possible.  There was one where it complained about under indenting, but that&#39;s nit picking to the extreme.  Caught a few minor issues as well in the process, too.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Charles Stewart<br><a href="mailto:ccstewart@gmail.com" target="_blank">chuckination@gmail.com</a></div></div></div>
<br><div class="gmail_quote">On Wed, Apr 1, 2015 at 1:14 AM, Tom Hayward <span dir="ltr">&lt;<a href="mailto:tom@tomh.us" target="_blank">tom@tomh.us</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Mar 31, 2015 at 9:26 PM, Chucks &lt;<a href="mailto:chuckination@gmail.com">chuckination@gmail.com</a>&gt; wrote:<br>
&gt; The __memcache to _memcache change was necessary for the TS2000Radio class<br>
&gt; to be able to access the KenwoodLiveRadio superclass&#39;s member variable for<br>
&gt; the subclass&#39;s get_memory(), set_memory(), and erase_memory() methods and<br>
&gt; cannot be reverted without impacting functioning of the driver.  The double<br>
&gt; underscore is analogous to java/C++ private and the single underscore is<br>
&gt; analogous to protected, and it&#39;s part of the python black magic that appears<br>
&gt; stylistic but isn&#39;t.  I really hate that particular bit of the language<br>
&gt; because it does nothing but cause problems, but there&#39;s no such thing as a<br>
&gt; language without warts.<br>
<br>
</span>Okay, that makes sense. I didn&#39;t realize you were accessing this from<br>
the subclass.<br>
<br>
P.S. It&#39;s not black magic, just name mangling. You should be able to<br>
find it at TS2000Radio._KenwoodLiveRadio__memcache, but please don&#39;t<br>
try this :-)<br>
<div class="HOEnZb"><div class="h5"><br>
Tom KD7LXL<br>
_______________________________________________<br>
chirp_devel mailing list<br>
<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a><br>
Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers" target="_blank">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a><br>
</div></div></blockquote></div><br></div>