Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 4679199

Browse files
committed
Updated Inline documentation for Api.__init__() method
1 parent 4566600 commit 4679199

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

twitter/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ def __init__(self,
204204
tweet_mode (str, optional):
205205
Whether to use the new (as of Sept. 2016) extended tweet mode. See docs for
206206
details. Choices are ['compatibility', 'extended'].
207+
proxies (dict, optional):
208+
A dictionary of proxies for the request to pass through, if not specified
209+
allows requests lib to use environmental variables for proxy if any.
207210
"""
208211

209212
# check to see if the library is running on a Google App Engine instance

0 commit comments

Comments
 (0)