[IronPython] What is FunctionEnvironment16Dictionary?

Dino Viehland dinov at microsoft.com
Fri Sep 5 18:07:02 CEST 2008


It should mean the function is a closure that contains less than 16 variables.  Alternately it might be that the function calls locals(), unqualified exec, eval, dir(), or vars() and we’ve promoted the locals into an environment.

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of sefirah6990 at katamail.com
Sent: Friday, September 05, 2008 8:47 AM
To: users at lists.ironpython.com
Subject: [IronPython] What is FunctionEnvironment16Dictionary?

Hi, i'm an IronPython newbie.
I am not able to find some documentation about the class FunctionEnvironment16Dictionary.
What is it? What is its usage?

If one parameter of this type is present in a signature of a method, what could it mean?

Thanks a lot for help!
________________________________
Nuova grafica e nuove funzionalità! Crea subito Gratis la tua nuova Casella di Posta Katamail<http://www.katamail.kataweb.it/?ref=mail>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080905/32d88ff6/attachment.html>


More information about the Ironpython-users mailing list