]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Document the Lock class.
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Sun, 19 Apr 2015 03:04:13 +0000 (23:04 -0400)
committerA. Jesse Jiryu Davis <jesse@mongodb.com>
Sun, 19 Apr 2015 03:04:13 +0000 (23:04 -0400)
docs/locks.rst

index 934b9c1114d518c8bb1783893a5f72f975ad12b7..7115b0da703dcf496c8fff66638e77da0ee1f7b3 100644 (file)
@@ -33,3 +33,9 @@ multithreaded app.)*
    .. autoclass:: BoundedSemaphore
     :members:
     :inherited-members:
+
+   Lock
+   ----
+   .. autoclass:: Lock
+    :members:
+    :inherited-members: