Werkzeug
Table of Contents
Reference
LocalProxy
Topics
Context Locals
Werkzeug provides its own implementation of local data storage called
werkzeug.local
. This approach provides a similar functionality to threadlocals
but also works withgreenlets
.