<div dir="ltr">The c++ signature is shown by typing at the interpreter prompt:<div><br></div><div>help(obj), where obj is the object in question.  </div><div><br></div><div>This debugging can be done interactively by inserting a breakpoint with IPython:</div><div><br></div><div>from IPython import embed; embed()</div><div><br></div><div>But you need to install IPython first, like this:</div><div>libtbx.python -m easy_install IPython</div><div><br></div><div>You can ask C++ questions directly to this BB or to me.</div><div><br></div><div>Nick</div><div> </div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Nicholas K. Sauter, Ph. D.<br>Senior Scientist, Molecular Biophysics &amp; Integrated Bioimaging Division<div>Lawrence Berkeley National Laboratory<br>1 Cyclotron Rd., Bldg. 33R0345<br>Berkeley, CA 94720<br>(510) 486-5713<br></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Sat, Mar 4, 2017 at 2:53 PM, James Holton <span dir="ltr">&lt;<a href="mailto:jmholton@lbl.gov" target="_blank">jmholton@lbl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div>Hello all,<br><br></div>Is there any standard way to get the &quot;C++ signature&quot; of a python object?  I&#39;m trying to get my _ext.cpp working, and its&#39; maddening trying to figure out how to declare objects that need to be exposed via boost.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">-James<br><br></font></span></div>
<br>______________________________<wbr>_________________<br>
cctbxbb mailing list<br>
<a href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a><br>
<a href="http://phenix-online.org/mailman/listinfo/cctbxbb" rel="noreferrer" target="_blank">http://phenix-online.org/<wbr>mailman/listinfo/cctbxbb</a><br>
<br></blockquote></div><br></div>