[CalendarServer-changes] [7767] CalendarServer/branches/users/glyph/xattrs-from-files/txdav/common/ datastore/file.py
source_changes at macosforge.org
source_changes at macosforge.org
Mon Jul 11 15:03:15 PDT 2011
Revision: 7767
http://trac.macosforge.org/projects/calendarserver/changeset/7767
Author: glyph at apple.com
Date: 2011-07-11 15:03:15 -0700 (Mon, 11 Jul 2011)
Log Message:
-----------
document it
Modified Paths:
--------------
CalendarServer/branches/users/glyph/xattrs-from-files/txdav/common/datastore/file.py
Modified: CalendarServer/branches/users/glyph/xattrs-from-files/txdav/common/datastore/file.py
===================================================================
--- CalendarServer/branches/users/glyph/xattrs-from-files/txdav/common/datastore/file.py 2011-07-11 22:03:04 UTC (rev 7766)
+++ CalendarServer/branches/users/glyph/xattrs-from-files/txdav/common/datastore/file.py 2011-07-11 22:03:15 UTC (rev 7767)
@@ -85,6 +85,12 @@
for storing attachments, or C{None} if quota should not be enforced.
@type quota: C{int} or C{NoneType}
+
+ @ivar _propertyStoreClass: The class (or callable object / factory) that
+ produces an L{IPropertyStore} provider for a path. This has the
+ signature of the L{XattrPropertyStore} type: take 2 arguments
+ C{(default-user-uid, path-factory)}, return an L{IPropertyStore}
+ provider.
"""
implements(ICalendarStore)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110711/a99d28e3/attachment.html>
More information about the calendarserver-changes
mailing list