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

Member predicate Function::isGenerator

Whether this function is a generator function, that is whether it contains a yield or yield-from expression

predicate isGenerator()