CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Member predicate ModuleObject::exports

Whether this module “exports” name. That is, whether using import * on this module will result in name being added to the namespace.

predicate exports(string name)