You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[python] improved return type inference (#2494)
This PR enhances our Python frontend’s ability to infer function return
types in ESBMC by improving logic in
`python_annotation::get_function_return_type`. It adds support for
parsing and handling annotated and inferred return types from Python AST
nodes.
---------
Signed-off-by: Lucas Cordeiro <lucasccordeiro@gmail.com>
Co-authored-by: lucasccordeiro <3694109+lucasccordeiro@users.noreply.github.com>
Co-authored-by: Bruno Farias <brunocarvalhofarias@gmail.com>