[CalendarServer-changes] [10572] CalendarServer/branches/users/glyph/unshare-when-access-revoked

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 28 19:28:52 PST 2013


Revision: 10572
          http://trac.calendarserver.org//changeset/10572
Author:   glyph at apple.com
Date:     2013-01-28 19:28:52 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
More documentation.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/resource.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/unshare-when-access-revoked/

Modified: CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/resource.py
===================================================================
--- CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/resource.py	2013-01-29 03:28:51 UTC (rev 10571)
+++ CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/resource.py	2013-01-29 03:28:52 UTC (rev 10572)
@@ -2074,6 +2074,15 @@
 class CommonHomeResource(PropfindCacheMixin, SharedHomeMixin, CalDAVResource):
     """
     Logic common to Calendar and Addressbook home resources.
+
+    @ivar _provisionedChildren: A map of resource names to built-in children
+        with protocol-level meanings, like C{"attachments"}, C{"inbox"},
+        C{"outbox"}, and so on.
+    @type _provisionedChildren: L{dict} mapping L{bytes} to L{Resource}
+
+    @ivar _provisionedLinks: A map of resource names to built-in links that the
+        server has inserted into this L{CommonHomeResource}.
+    @type _provisionedLinks: L{dict} mapping L{bytes} to L{Resource}
     """
     cacheNotifierFactory = DisabledCacheNotifier
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/858b684c/attachment.html>


More information about the calendarserver-changes mailing list