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

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


Revision: 10566
          http://trac.calendarserver.org//changeset/10566
Author:   glyph at apple.com
Date:     2013-01-28 19:28:44 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
Expand docstring a little more.

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

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

Modified: CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/sharing.py
===================================================================
--- CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/sharing.py	2013-01-29 03:28:43 UTC (rev 10565)
+++ CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/sharing.py	2013-01-29 03:28:44 UTC (rev 10566)
@@ -324,6 +324,17 @@
         @param request: the request used to locate the owner resource.
         @type request: L{twext.web2.iweb.IRequest}
 
+        @param args: The arguments for
+            L{twext.web2.dav.idav.IDAVResource.accessControlList}
+
+        @param kwargs: The keyword arguments for
+            L{twext.web2.dav.idav.IDAVResource.accessControlList}, plus
+            keyword-only arguments.
+
+        @param wikiAccessMethod: (keyword-only) A callable argument used for
+            checking external access controls.  By default, L{getWikiAccess};
+            must be signature-compatible with that method.
+
         @return: the appropriate WebDAV ACL for the sharee
         @rtype: L{davxml.ACL}
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/8b4f5ce4/attachment.html>


More information about the calendarserver-changes mailing list