On Mon, 27 Apr 2020 09:26:53 -0700 Ethan Furman <[email protected]> wrote: > > > Or are you saying that once could be interpreted to mean I cannot do that > > 2nd def? > > That is what I was saying -- that `once`, all by itself, could mean multiple > things.
That's a good point. A more explicit spelling would be `@call_once`, what do you think? (that's also the C++ spelling, incidentally, but I suspect most beginners won't care about that ;-)) Regards Antoine. _______________________________________________ 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/NYOB46XXHLPDK3V7IPQL6IJ6FNE2ZK7S/ Code of Conduct: http://python.org/psf/codeofconduct/
