Skip to content

Rework "final" skipping

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

Expand skipping to cover functions found in the current class. Add a function to check for the presence of a string in the attributes of an object. Use that new function as the object within the if statement instead of the "skip_flag" boolean.

Add test with variety of final attributes.

Merge request reports