13 .def(py::init<const Str &,const Str &>())
16 py::arg(
"do_overwrite_") =
true);
This file is for binding AddRename class to Python.
Updater is an abstract class to update data held by an Element object.
Adder adds new properties to a non-empty Element object.
ShPtr< AddRename > overwrite(bool do_overwrite_=true)
Allow overwriting an existing property by a renamed property with the same name.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
void py_add_rename(py::module &m)
Bind AddRename class to Python.