Files
cpython/Objects/codeobject.c
Eric Snow 96a7fb93a8 gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
The function indicates whether or not the function has a return statement.

This is used by a later change related treating some functions like scripts.
2025-04-28 20:12:52 -06:00

94 KiB