On Dec 31, 3:37 am, Michael Bayer <mike...@zzzcomputing.com> wrote:

> "retval" is not fantastic, though it is a known term used by pdb for 
> instance.   "returns" as a boolean sounds like its suggesting the function 
> may or may not return.   A non-abbrevated name would be "has_return_value".

I'd say "use_" rather than "has_"; every (returning) function has a
return value!

But I figured that a function that doesn't return is pointless in this
context so "returns" could only reasonably be interpreted to mean "use
the return value", as in "returns <...>"

"result" can be a synonym for "return value" also.

a.




-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to