Files
codeql/python/ql/src
Taus affdedd840 Python: Add missing builtins to API::builtin
We were missing out on `None`, `True`, and `False` as these do not
appear as actual attributes of the `builtins` module in Python 3
(because they are elevated to the status of keywords there)

The simple solution, then, is to just always include them directly.
2021-04-09 12:02:07 +00:00
..
2020-11-30 14:42:38 +01:00
2021-03-25 15:06:46 +01:00
2020-07-14 11:26:05 +02:00
2020-03-20 16:43:10 +01:00
2020-11-26 18:17:14 +01:00