CodeQL library for Python
codeql/python-all 0.11.13 (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()