Add docstring
This commit is contained in:
parent
ca7becb921
commit
12117ada99
|
@ -73,6 +73,7 @@ class RandomTrackingDict(object):
|
|||
self.pendingTimeout = pendingTimeout
|
||||
|
||||
def setLastObject(self):
|
||||
"""Update timestamp for tracking of received objects"""
|
||||
self.lastObject = time()
|
||||
|
||||
def randomKeys(self, count=1):
|
||||
|
|
Loading…
Reference in New Issue
Block a user