16 py::arg(
"do_overwrite_") =
true);
ShPtr< AddMap > overwrite(bool do_overwrite_=true)
Allow overwriting an existing property by a new property with the same name.
This file is for binding AddMap 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.
std::string Str
Str is an alias for string.
void py_add_map(py::module &m)
Bind AddMap class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
std::unordered_map< T, U > Map
Map is an alias for unordered map (same as dict in Python).