diff options
Diffstat (limited to 'docs/api/threadlocal.rst')
| -rw-r--r-- | docs/api/threadlocal.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/api/threadlocal.rst b/docs/api/threadlocal.rst new file mode 100644 index 000000000..0c4a5a1ca --- /dev/null +++ b/docs/api/threadlocal.rst @@ -0,0 +1,11 @@ +.. _configuration_module: + +:mod:`repoze.bfg.configuration` +------------------------------- + +.. automodule:: repoze.bfg.threadlocal + + .. autofunction:: get_current_request() + + .. autofunction:: get_current_registry() + |
