Skip to content

add pybind11 extension: implicitly_convert_facades

Martin Nolte requested to merge feature/implicitly_convert_facades into master

If a type is declared to implicitly_convert_facades, an a Python facade containing having an attribute 'impl' will automatically be converted to impl when being casted.

Merge request reports