Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 747 Bytes

renderers.rst

File metadata and controls

30 lines (18 loc) · 747 Bytes

pyramid.renderers

pyramid.renderers

get_renderer

render

render_to_response

JSON

add_adapter

JSONP

add_adapter

null_renderer

An object that can be used in advanced integration cases as input to the view configuration renderer= argument. When the null renderer is used as a view renderer argument, Pyramid avoids converting the view callable result into a Response object. This is useful if you want to reuse the view configuration and lookup machinery outside the context of its use by the Pyramid router.