onelinerizer icon indicating copy to clipboard operation
onelinerizer copied to clipboard

assignment to locals()

Open dchudz opened this issue 8 years ago • 1 comments

Didn't expect this to work, but might want to add it to the list of features not supported:

locals()['y'] = 1
print y

Cool project!

dchudz avatar May 31 '16 22:05 dchudz

Ah, yup – locals() is not currently supported, but we don't mention that anywhere. Adding this to the various documentations is a good idea.

csvoss avatar Jun 01 '16 01:06 csvoss