Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from __future__ import absolute_import
2
3from .util import thread_local
4
5
6class WidgetError(Exception):
7 "Base class for all widget errors."
8 pass
9
10request_local = thread_local