On Feb 21, 2020, at 19:22, David Mertz <[email protected]> wrote: > > Of course, those functions *could* do something more than identity if they > wanted to.
And the nice thing is that if you only later need to make it do something, there’s no refactoring needed—just `SQL=lru_cache(conn.compile)` or whatever and you’re done. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/IV3GGA2SMTKGUSODMGCEIP4YAYHE2YPB/ Code of Conduct: http://python.org/psf/codeofconduct/
