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
Raffi Khatchadourian edited this page Mar 6, 2024
·
1 revision
Remove the function from the com.ibm.wala.cast.python.parser.AbstractParser.defaultImportNames array. If it exists here and you don't remove it, nothing will happen when you add the summary (see below).
Add it to com.ibm.wala.cast.python.ipa.summaries.BuiltinFunctions.builtinFunctions map. That will create an IR for method so as long as it's not a "default import" (see above).