Skip to content

Refitem python bindings

The python bindings for Item::find() were not accessible to reference item and subclasses only the overload find methods in the subclasses. This MR fixes that by explicitly adding Item::find() methods to the relevant subclass bindings. Includes a short python test to verify.

Merge request reports