Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 204 Bytes

return-arg-in-generator.md

File metadata and controls

7 lines (4 loc) · 204 Bytes

Pattern: return with argument inside generator

Issue: -

Description

Used when a return statement with an argument is found in a generator function or method (e.g. with some yield statements).