Member predicate Function::isGenerator
Whether this function is a generator function, that is whether it contains a yield or yield-from expression
predicate isGenerator()
Whether this function is a generator function, that is whether it contains a yield or yield-from expression
predicate isGenerator()