Ejemplo n.º 1
0
 static
 boost::python::tuple
 getinitargs(const world& w)
 {
     using namespace boost::python;
     return boost::python::make_tuple(w.get_country());
 }
Ejemplo n.º 2
0
 static
 boost::python::tuple
 getinitargs(const world& w)
 {
     return boost::python::make_tuple(w.get_country());
 }