[Python-ideas] Inline Functions - idea
Guido van Rossum
guido at python.org
Thu Feb 6 01:15:45 CET 2014
More information about the Python-ideas mailing list
Thu Feb 6 01:15:45 CET 2014
- Previous message: [Python-ideas] Inline Functions - idea
- Next message: [Python-ideas] Inline Functions - idea
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Feb 5, 2014 at 2:26 PM, Ethan Furman <ethan at stoneleaf.us> wrote: > Possibly, but it's easy enough to simulate (at least in a read-only > fashion) with **locals(). > Eew. Use of locals() for any purpose other than debugging should be discouraged. -- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140205/737a016c/attachment.html>
- Previous message: [Python-ideas] Inline Functions - idea
- Next message: [Python-ideas] Inline Functions - idea
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list