mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
With the non-private imports, auto-completing on `API::` gave ALL results available from `import python`, as well as the ones specified in the `API` module. The non-private import in Attributes.qll did the same for `DataFlow::`.