[Python-ideas] Keyword only argument on function call

Michael Selik mike at selik.org
Fri Sep 7 11:06:49 EDT 2018


On Fri, Sep 7, 2018, 12:00 AM Jacco van Dorp <j.van.dorp at deonet.nl> wrote:

> Sometimes we make a function only to be called once at a specific
> location, more because of factoring out some functions for clarity.
>

I've found myself making the opposite refactoring recently, improving
clarity by eliminating unnecessary extra functions, where the local scope
is passed to the helper function.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180907/8cf605e8/attachment.html>


More information about the Python-ideas mailing list