© 2026 Hedgehog Software, LLC
let module = Python.import_module("my_module") let dv = DynamicVector[PythonObject]() let result = my_module.my_func() dv.push_back(result)
cannot bind generic !mlirtype to memory-only type 'PythonObject'