mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-13 20:40:36 +00:00
Link Python keywords with Python's documentation
This commit is contained in:
@@ -59,7 +59,7 @@ class InlineResults(list):
|
||||
|
||||
def results_valid(self):
|
||||
"""
|
||||
Returns ``True`` if the cache time has not expired
|
||||
Returns `True` if the cache time has not expired
|
||||
yet and the results can still be considered valid.
|
||||
"""
|
||||
return time.time() < self._valid_until
|
||||
|
||||
Reference in New Issue
Block a user