Re: [IronPython] Static variables (Python basics)

2007-09-29 Thread Joe Mason
On 9/30/07, David Seruyange <[EMAIL PROTECTED]> wrote: > I'm wondering how one caches things in python in a manner similar to how a > static variable or class member might in C#. I can only think of an > equivalent in something like a global variable, but is there another? I'm > not good enough ye

[IronPython] Static variables (Python basics)

2007-09-29 Thread David Seruyange
Hey everyone, I'm wondering how one caches things in python in a manner similar to how a static variable or class member might in C#. I can only think of an equivalent in something like a global variable, but is there another? I'm not good enough yet to think in a manner "pythonic" but I've a