[CalendarServer-changes] [9622] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:59 PDT 2012


Revision: 9622
          http://trac.macosforge.org/projects/calendarserver/changeset/9622
Author:   glyph at apple.com
Date:     2012-08-11 01:54:59 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
Document this fairly important attribute.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py	2012-08-11 08:54:58 UTC (rev 9621)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/dal/record.py	2012-08-11 08:54:59 UTC (rev 9622)
@@ -48,6 +48,10 @@
     Superclass for all database-backed record classes.  (i.e.  an object mapped
     from a database record).
 
+    @cvar __tbl__: the table that represents this L{_RecordBase} in the
+        database.
+    @type __tbl__: L{TableSyntax}
+
     @cvar __colmap__: map of L{ColumnSyntax} objects to attribute names.
     @type __colmap__: L{dict}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/7a21c28d/attachment.html>


More information about the calendarserver-changes mailing list