2005/8/22, Grant Goodyear &lt;<a href="mailto:grant@grantgoodyear.org">grant@grantgoodyear.org</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have an image object that overloads operator() to handle array<br>subscripting of the object's image data by returning a float&amp;.&nbsp;&nbsp;How do I<br>set the return policy for operator() in pyste?<br></blockquote></div><br>

I think &quot;return_value_policy&lt;copy_non_const_referece&gt;()&quot; will work. <br>
<br>
It is just a &quot;float&quot;.<br>
<br>
[Eric Jardim]<br>