Quote:
Originally Posted by capink
For example, I do pass event arguments to all the chains invoked by the event using the globals dict (event_args variable). How would I be able to do this self.my_data?
|
Not easily. My bad -- I hadn't considered external data that the instance didn't create. I will add the globals dict as a third argument.
Quote:
While at it, is there a way to pass the chain instance itself?
|
I am not sure what you mean or what problem you are solving, but if the globals dict is there can you do it with that? Perhaps using an 'odd' key?