req.py
changeset 2825 87ac03aed941
parent 2823 a4e3e9b1a9cd
child 2968 0e3460341023
--- a/req.py	Thu Aug 13 12:18:55 2009 +0200
+++ b/req.py	Thu Aug 13 12:23:06 2009 +0200
@@ -30,6 +30,15 @@
 
 class RequestSessionBase(object):
     """base class containing stuff shared by server session and web request
+
+    request/session is the main resources accessor, mainly through it's vreg
+    attribute:
+    :vreg:
+      the instance's registry
+    :vreg.schema:
+      the instance's schema
+    :vreg.config:
+      the instance's configuration
     """
     def __init__(self, vreg):
         self.vreg = vreg