[CalendarServer-changes] [7470] CalendarServer/branches/users/glyph/new-export/calendarserver/tools/ export.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 16 07:45:11 PDT 2011


Revision: 7470
          http://trac.macosforge.org/projects/calendarserver/changeset/7470
Author:   glyph at apple.com
Date:     2011-05-16 07:45:11 -0700 (Mon, 16 May 2011)
Log Message:
-----------
more documentation

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py

Modified: CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py
===================================================================
--- CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py	2011-05-16 14:44:59 UTC (rev 7469)
+++ CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py	2011-05-16 14:45:11 UTC (rev 7470)
@@ -146,6 +146,19 @@
     """
     An exporter that constructs a list of calendars based on the UID or
     directory services record ID of the home.
+
+    @ivar collections: A list of the names of collections that this exporter
+        should enumerate.
+
+    @type collections: C{list} of C{str}
+
+    @ivar recordType: The directory record type to export.  For example:
+        'users'.
+
+    @type recordType: C{str}
+
+    @ivar shortName: The shortName of the directory record to export, according
+        to C{recordType}.
     """
 
     def __init__(self, recordType, shortName):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110516/c68bc252/attachment.html>


More information about the calendarserver-changes mailing list