Quote:
Originally Posted by capink
Can we still access the globals dict with this mode?
|
I have wondered about that and haven't been able to find a use case that class instances (e.g., self.my_data) doesn't cover. Do you have one in mind, taking into consideration of the lifetime of of globals and the class instance? Is there something in action chains that would use it?
If you need it, adding it would trivial as a third argument.