Re: [IronPython] Callstack inspection

2006-08-15 Thread Dino Viehland
nt this feature - in other words this may be one of those features it takes us a while to get to. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Stephenson Sent: Tuesday, August 15, 2006 3:51 PM To: Discussion of IronPython Subject: [IronPython] Cal

[IronPython] Callstack inspection

2006-08-15 Thread Gary Stephenson
I would like to adapt the following code to IronPython, but there appears to be no inspect module available. Any clues on how I might proceed? many tias, gary # code begins # a hack to support something like dynamically scoped variables import inspect class _gsDynamicVars( object ): def