A
aaron.l.france
Hi,
I have a C++ module where I have a defined, working type. How would I make a wrapper for this type to be able to be used in Python? I am familiar(-ish) with the C-API for functions but I can't see concretely how one would include an interface to a type.
Is it this? http://docs.python.org/release/2.7.3/extending/newtypes.html
Regards,
Aaron
I have a C++ module where I have a defined, working type. How would I make a wrapper for this type to be able to be used in Python? I am familiar(-ish) with the C-API for functions but I can't see concretely how one would include an interface to a type.
Is it this? http://docs.python.org/release/2.7.3/extending/newtypes.html
Regards,
Aaron