[CalendarServer-changes] [7454] CalendarServer/branches/users/glyph/new-export/txdav/common/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 16 07:41:53 PDT 2011


Revision: 7454
          http://trac.macosforge.org/projects/calendarserver/changeset/7454
Author:   glyph at apple.com
Date:     2011-05-16 07:41:53 -0700 (Mon, 16 May 2011)
Log Message:
-----------
Document _owned variable.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/sql.py	2011-05-16 14:41:42 UTC (rev 7453)
+++ CalendarServer/branches/users/glyph/new-export/txdav/common/datastore/sql.py	2011-05-16 14:41:53 UTC (rev 7454)
@@ -1304,6 +1304,10 @@
 class CommonHomeChild(LoggingMixIn, FancyEqMixin, _SharedSyncLogic):
     """
     Common ancestor class of AddressBooks and Calendars.
+
+    @ivar _owned: Is this calendar or addressbook referencing its sharer (owner)
+        home? (i.e. C{True} if L{ownerCalendarHome} will actually return the
+        sharer, C{False} or if it will return a sharee.)
     """
 
     compareAttributes = (
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110516/a6467b7e/attachment.html>


More information about the calendarserver-changes mailing list