Python: Support builtins in API graphs

This commit is contained in:
Taus Brock-Nannestad
2021-03-11 22:06:56 +01:00
parent 0d7f6ced8f
commit c7b2b719cf
5 changed files with 84 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* API graphs now contain nodes for built-in functions and classes. For instance, `API::builtin("open")` is the API graph node corresponding to the built-in `open` function.