[CalendarServer-changes] [10560] CalendarServer/trunk/twext/who/idirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 28 17:10:08 PST 2013


Revision: 10560
          http://trac.calendarserver.org//changeset/10560
Author:   wsanchez at apple.com
Date:     2013-01-28 17:10:08 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
Note attribute access in docstring.

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/idirectory.py

Modified: CalendarServer/trunk/twext/who/idirectory.py
===================================================================
--- CalendarServer/trunk/twext/who/idirectory.py	2013-01-29 01:08:37 UTC (rev 10559)
+++ CalendarServer/trunk/twext/who/idirectory.py	2013-01-29 01:10:08 UTC (rev 10560)
@@ -143,6 +143,8 @@
 class IDirectoryRecord(Interface):
     """
     Directory record.
+
+    Fields may also be accessed as attributes of L{IDirectoryRecord} objects.
     """
     service = Attribute("The L{IDirectoryService} this record exists in.")
     fields  = Attribute("A dictionary with L{FieldName} keys and text values.")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/0358d6e0/attachment.html>


More information about the calendarserver-changes mailing list