Add docstring

This commit is contained in:
Peter Šurda 2018-04-02 19:57:09 +02:00
parent ca7becb921
commit 12117ada99
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 0 deletions

View File

@ -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):