Skip to content

Instantly share code, notes, and snippets.

View seanevans's full-sized avatar

Sean Evans seanevans

  • JSI Telecom
  • Ottawa
View GitHub Profile
#include <boost/python.hpp>
#include <boost/python/module.hpp>
#include <boost/python/def.hpp>
#include <boost/python/class.hpp>
#include <boost/python/tuple.hpp>
#include <boost/python/extract.hpp>
#include "class_name.hpp"
struct class_name_suite : boost::python::pickle_suite
{