Issue warning if no "return" in function?

Poster28 usenet1 at anton.e4ward.com
Thu Sep 4 06:05:45 EDT 2008


What would you suggest to check python programs for non-syntax error.
One example I could think of that one might forget to "return" a value from
a function.

How could I check for these and maybe other mistakes?




More information about the Python-list mailing list