[Twisted-Python] What is the right way to pass variables from Site to Resource?

Drew Smathers drew.smathers at gmail.com
Mon Mar 1 12:23:51 EST 2010


On Mon, Mar 1, 2010 at 11:47 AM, <markscottwright at gmail.com> wrote:

> I've got some global state and configuration information. It seems to me
> that they ought to be members of my Site, but I don't see any obvious way in
> a Resource.render_* to get the current Site. Neither Request nor Resource
> have a instance or method that returns its Site that I can find. Am I
> missing something, or am I confused about the Twisted way of doing things?
>
>
I think you are missing something - request has attribute `site' set on it
which will give you the Site object.

-Drew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20100301/64f677be/attachment.htm 


More information about the Twisted-Python mailing list