Форум сайта python.su
как получить доступ к текущему request из другого класса (или из любого места кода)?
Офлайн
http://docs.pylonsproject.org/projects/pyramid/1.2/api/threadlocal.html?highlight=get_current_request#pyramid.threadlocal.get_current_request
но авторы предупреждают: “it’s almost always usually a mistake to use get_current_request outside a testing context…”
Офлайн