35 #include <boost/python.hpp> 
   40 using namespace boost::python;
 
   44     return this-> get_override(
"PVMethod")();
 
   51     if(
override f= this-> get_override(
"VMethod"))
 
   65   class_<w_XBase, boost::noncopyable>(
"XBase", 
"base class")
 
   70   class_<w_ZBase, boost::noncopyable>(
"ZBase", 
"base class")
 
virtual void VMethod(std::string message)
 
void VMethod(std::string message)
 
void d_VMethod(std::string message)
 
BOOST_PYTHON_MODULE(TestEm0)
 
virtual std::string PVMethod()=0