{{extend 'layout.html'}} {{block sectionclass}}ticket{{end}}
{{=ticket}}
{{if output:}}web2py™ | {{=myversion}} |
---|---|
Python | {{=snapshot.get('pyver','')}} |
{{=snapshot['etype']}}({{=snapshot['evalue']}})
{{=k}} | {{=v}} |
---|
File {{="%s in %s at line %s" % (frame['file'], frame['func'], frame['lnum'])}} {{=T("code")}} {{=T("arguments")}} {{=T("variables")}}
{{=frame['call']}}
{{=CODE('\n'.join([x[1] for x in sorted(frame['lines'].items(),key=lambda x: x[0])]), language='python', link=None, counter=min(frame['lines'].keys()), highlight_line=frame['lnum'])}}{{pass}}
{{=k}} | {{=v}} |
---|
{{=T('locals')}} {{=T('request')}} {{=T('session')}} {{=T('response')}}