Skip to content

PyGlue

Latest

Choose a tag to compare

@ululi1970 ululi1970 released this 06 Feb 22:51
· 23 commits to master since this release
568a183

Py is now a static class. All public functions are accessed as Py::XXX().
Arbitrary classes can be passed to the Python script provided they provide a PyObject* T::pack() function.
Arbitrary classes can be passed from the Python script provided they provide a T(PyObject*) constructor.