[C++-sig] When You Create an Python Object Using Boost.Python, How Do You Find Out Its Name?

Lawrence Spector Lawrence.Spector at CanfieldSci.com
Mon Jul 9 21:05:12 CEST 2007


When I do something like this:

boost::python::object pyClass(MyInstance);

What name does it give it?  It doesn't appear it to give it pyClass as the name, but it has to pick something to identify itself for the Python-C API.  So, what's the name and how do I find out what it is?

Thanks in advance,

Lawrence
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20070709/f94107d2/attachment.htm>


More information about the Cplusplus-sig mailing list