[CalendarServer-changes] [10275] CalendarServer/branches/users/glyph/queue-locking-and-timing

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:39:44 PST 2013


Revision: 10275
          http://trac.calendarserver.org//changeset/10275
Author:   glyph at apple.com
Date:     2013-01-04 16:39:44 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Document return type.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/fixtures.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/fixtures.py
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/fixtures.py	2013-01-05 00:39:42 UTC (rev 10274)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/fixtures.py	2013-01-05 00:39:44 UTC (rev 10275)
@@ -35,6 +35,10 @@
     @param schemaText: The text of the schema with which to initialize the
         database.
     @type schemaText: L{str}
+
+    @return: a L{ConnectionPool} service whose C{startService} method has
+        already been invoked.
+    @rtype: L{ConnectionPool}
     """
     sqlitename = testCase.mktemp()
     seqs = {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/6e45bd98/attachment.html>


More information about the calendarserver-changes mailing list