The `data` variable is generated during the original request. It is then available out-of-band of the original request for use later when `render_content`, `has_content`, `render_vars`, `title`, etc are called.
The only methods invoked in-band with the original request are `__init__`, `process_response`, `process_beforerender`, `wrap_handler`. There's a couple others that are invoked on both sides such as `dom_id`. On Wed, Apr 30, 2014 at 6:15 PM, Jonathan Vanasco <[email protected]>wrote: > oh! > > so the panel is generated during the first request (__init__) and attached > to the history; then looked up and rendered in the toolbar views ? > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
