Skip to content

Changes in scripts for the Python wrapper

Nebil Ayape Katcho requested to merge nebil into master

Variable PROCS_TO_WRAP added to specify what procedures must be wrapped. It is not useful to wrap the whole library, it is better to wrap only those high-level procedures that the user will use.

Merge request reports