Skip to content

Add module local option

Pybind11 makes all classes globally across all modules by default. Include the option to specify a class as module local. This is required to handle some of the bindings needed for Kwiver's sprokit, as well as if a user were to bind a class that conflicts with a 3rd party Python package they are importing.

Edited by John Parent

Merge request reports