On 28/04/20 6:34 am, Antoine Pitrou wrote:
A more explicit spelling would be `@call_once`, what do you think?
That's not quite right either -- you're allowed to *call* it as many times as you want. It's more like "execute once". But that's a rather long and awkward name. I don't think "once" is a bad name, but we shouldn't kid ourselves that it will be intuitive or discoverable to anyone who isn't familiar with Eiffel. -- Greg _______________________________________________ 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/42RVDOD5YC5UHIJV7O65RO5Q6DZRKRRY/ Code of Conduct: http://python.org/psf/codeofconduct/
