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