projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf89ea
)
Add Raises section to StreamingClient.filter documentation
author
Harmon
<Harmon758@gmail.com>
Fri, 20 May 2022 10:57:17 +0000
(
05:57
-0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 20 May 2022 10:57:17 +0000
(
05:57
-0500)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index fff0b532696f1dc06aabd585f716fc086fe671e5..fd57414e327405d589181624a459a10a72dc419d 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-748,6
+748,11
@@
class StreamingClient(BaseClient, BaseStream):
threaded : bool
Whether or not to use a thread to run the stream
+ Raises
+ ------
+ TweepyException
+ When the stream is already connected
+
Returns
-------
threading.Thread | None