The frontend of FI failed to extract signatures for functions in a Python project. This results in N/A for the function signature field of all functions in the project, affecting the further processing of the web app and OFG. This PR fixes the issue by setting the function signature to the function name by default whenever the signature is missing.
The frontend of FI failed to extract signatures for functions in a Python project. This results in N/A for the function signature field of all functions in the project, affecting the further processing of the web app and OFG. This PR fixes the issue by setting the function signature to the function name by default whenever the signature is missing.