From 925580d4cefde38afd98466b4834a586c9b4c7ef Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 27 Nov 2009 08:45:56 +0000 Subject: Add threadlocal to API. --- docs/api/threadlocal.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/api/threadlocal.rst (limited to 'docs/api') 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() + -- cgit v1.2.3