diff --git a/swig/python/codegen/__init__.py b/swig/python/codegen/__init__.py index cf27dd11d..08577920b 100644 --- a/swig/python/codegen/__init__.py +++ b/swig/python/codegen/__init__.py @@ -51,6 +51,7 @@ def translate(function: Union[str, Callable]) -> str: prepend_c_source = "" # Find all annotated variables for key, val in module_annontations.items(): + print(val.__reduce__()) if val.__name__ == "Final" or val.__name__ == "constant": # Locate the literal for that variable (Python will precompute anything e.g. math.sqrt(12.5)) for mem in module_members: