[CalendarServer-changes] [11485] CalendarServer/branches/users/glyph/hang-fix/twext/web2/test/ test_metafd.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 5 17:43:26 PDT 2013


Revision: 11485
          http://trac.calendarserver.org//changeset/11485
Author:   glyph at apple.com
Date:     2013-07-05 17:43:26 -0700 (Fri, 05 Jul 2013)
Log Message:
-----------
Docstring.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/hang-fix/twext/web2/test/test_metafd.py

Modified: CalendarServer/branches/users/glyph/hang-fix/twext/web2/test/test_metafd.py
===================================================================
--- CalendarServer/branches/users/glyph/hang-fix/twext/web2/test/test_metafd.py	2013-07-06 00:43:24 UTC (rev 11484)
+++ CalendarServer/branches/users/glyph/hang-fix/twext/web2/test/test_metafd.py	2013-07-06 00:43:26 UTC (rev 11485)
@@ -212,6 +212,10 @@
 
 
 class LimiterBuilder(object):
+    """
+    A L{LimiterBuilder} can build a L{ConnectionLimiter} and associated objects
+    for a given unit test.
+    """
 
     def __init__(self, test, maxReq=3):
         self.limiter = ConnectionLimiter(2, maxRequests=maxReq)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130705/77e513f9/attachment-0001.html>


More information about the calendarserver-changes mailing list