try reading the following, maybe that&#39;ll explain:<div><a href="http://stackoverflow.com/questions/44834/can-someone-explain-all-in-python">http://stackoverflow.com/questions/44834/can-someone-explain-all-in-python</a></div>
<div><br></div><div>..ab<br><br><div class="gmail_quote">On Sun, Jun 19, 2011 at 7:41 AM, Doug Blank <span dir="ltr">&lt;<a href="mailto:doug.blank@gmail.com">doug.blank@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Sat, Jun 18, 2011 at 1:56 PM, Dino Viehland &lt;<a href="mailto:dinov@microsoft.com">dinov@microsoft.com</a>&gt; wrote:<br>
<br>
[snip]<br>
<div class="im"><br>
&gt;&gt; Is there something I can do to make white accessible with &quot;from ... import<br>
&gt;&gt; *&quot;?<br>
&gt;<br>
&gt; If you mark the field as readonly we&#39;ll let you import it using import *. Without<br>
&gt; it being read-only we don&#39;t put it in Graphics.__all__ and therefore it doesn&#39;t<br>
&gt; get imported.<br>
&gt;<br>
<br>
</div>Yes, thanks, you answered that, but missed the end of my mail:<br>
<div class="im"><br>
I ask follow-up questions:<br>
<br>
Yes, that did it. Is there a way to make public static properties visible?<br>
<br>
 public static int MyValue {<br>
     get {}<br>
     set {}<br>
 };<br>
<br>
doesn&#39;t seem to appear in &quot;from ... import *&quot;.<br>
<br>
Oh, and what is .all? Can we add things to that in C#?<br>
<br>
-Doug<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">http://mail.python.org/mailman/listinfo/ironpython-users</a><br>
</div></div></blockquote></div><br></div>