|
MythTV master
|
Public Member Functions | |
| def | __init__ (self, baseurl, user_agent, timeout, proxy) |
| def | __call__ (self, *args, **kwargs) |
| def | new_request (self, url) |
Public Attributes | |
| base_url | |
| user_agent | |
| timeout | |
| proxy | |
Definition at line 43 of file request.py.
| def hardwareprofile.request._RequestFactory.__init__ | ( | self, | |
| baseurl, | |||
| user_agent, | |||
| timeout, | |||
| proxy | |||
| ) |
Definition at line 44 of file request.py.
| def hardwareprofile.request._RequestFactory.__call__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Definition at line 50 of file request.py.
| def hardwareprofile.request._RequestFactory.new_request | ( | self, | |
| url | |||
| ) |
Definition at line 53 of file request.py.
Referenced by hardwareprofile.distros.mythtv_data.request._RequestFactory.__call__(), and hardwareprofile.request._RequestFactory.__call__().
| hardwareprofile.request._RequestFactory.base_url |
Definition at line 45 of file request.py.
Referenced by hardwareprofile.distros.mythtv_data.request._RequestFactory.new_request(), hardwareprofile.request._RequestFactory.new_request(), and culrcscrapers.darklyrics.lyricsScraper.LyricsFetcher.search().
| hardwareprofile.request._RequestFactory.proxy |
Definition at line 48 of file request.py.
Referenced by hardwareprofile.distros.mythtv_data.request._RequestFactory.new_request(), and hardwareprofile.request._RequestFactory.new_request().
| hardwareprofile.request._RequestFactory.timeout |
| hardwareprofile.request._RequestFactory.user_agent |
Definition at line 46 of file request.py.
Referenced by hardwareprofile.distros.mythtv_data.request._RequestFactory.new_request(), and hardwareprofile.request._RequestFactory.new_request().