Skip to content

Refactor enum handling

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

Add the potential for an enum to be a part of the class

Seprate the generation of an enum object into a function for ease of use.

Add each class as a py::object so that additional objects, like enums, can be added to it.

Merge request reports