return number limit?

Neil Macneale mac4-devnull at theory.org
Sun Jun 24 13:34:37 EDT 2001


I have a function that makes use of several nested if's.  In
addition, several of the cases have returns, and properies are 
assumed if certain code is reached as a result.  This all 
seems reasonable to me, and runs just fine.

pychecker is telling me that I have too many returns (11). Is 
there such a limit set in python?

Thanks,
Neil Macneale

--
To reply to me via email, remove the '-devnull' from my address.



More information about the Python-list mailing list