19 register_ptr_to_python<std::shared_ptr<SampleEnvironment>>();
21 class_<SampleEnvironment>(
"SampleEnvironment", no_init)
23 return_value_policy<reference_existing_object>())
25 "Returns the requested IObject. Index 0 is considered the container",
26 return_value_policy<reference_existing_object>())
28 "Returns the number of elements the environment is composed of.");