8 #ifndef PARAM_BINDING_HELPERS_HH_ 9 #define PARAM_BINDING_HELPERS_HH_ pybind11::object to_python(const scarab::param &a_param, bool underscore_keys=false)
scarab::param_ptr_t to_param(const pybind11::object &an_object, bool hyphenate_keys=false)
std::unique_ptr< param > param_ptr_t