Skip to content

Add attribute customization

Joe Snyder requested to merge joe-snyder/autopybind11:add_attributes into master

Add a customization object for arbitrary attributes on a class object. These can reference parent names or other arbitrary objects. The dictionary in the yaml file must contain the name of the string plus the pybind11 C++ code that references the value.

AutoPyBind11 Issue: #163 (closed)

Merge request reports