documentation

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2396 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-10 22:14:39 +00:00
parent 131bea1a59
commit 882f204319

View file

@ -26,6 +26,10 @@ except ImportError:
lock_klass = threading.RLock().__class__
class AssertLock (lock_klass):
"""
Lock class asserting that only available locks are acquired,
and that no lock is released twice.
"""
def acquire (self, blocking=True):
"""