projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a0c22
)
Improve ResultSet formatting
author
Harmon
<Harmon758@gmail.com>
Tue, 27 Apr 2021 16:45:36 +0000
(11:45 -0500)
committer
Harmon
<Harmon758@gmail.com>
Tue, 27 Apr 2021 16:45:36 +0000
(11:45 -0500)
tweepy/models.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/models.py
b/tweepy/models.py
index 26e2e6068ec1991182f9fdaf5a72485775289fb3..7222da633b5b6d6931e7a496c8a84e5653e4ff00 100644
(file)
--- a/
tweepy/models.py
+++ b/
tweepy/models.py
@@
-9,6
+9,7
@@
from tweepy.mixins import HashableID
class ResultSet(list):
"""A list like object that holds results from a Twitter API query."""
+
def __init__(self, max_id=None, since_id=None):
super().__init__()
self._max_id = max_id