Beispiel #1
0
 static boost::python::object tools()
 {
   return wrap_component(common::Core::instance().tools().handle<common::Component>());
 }
Beispiel #2
0
 object get_child(const std::string& name)
 {
   return wrap_component(component().get_child(name));
 }
Beispiel #3
0
 static boost::python::object environment()
 {
   return wrap_component(common::Core::instance().environment().handle<common::Component>());
 }