1 2 3 4 5 6
from pyramid.view import view_config @view_config(name='two', renderer='string') def two(request): return 'two'