MCPcopy Index your code
hub / github.com/pyload/pyload / getOptions

Method getOptions

module/network/RequestFactory.py:115–119  ·  view source on GitHub ↗

returns options needed for pycurl

(self)

Source from the content-addressed store, hash-verified

113
114
115 def getOptions(self):
116 """returns options needed for pycurl"""
117 return {"interface": self.iface(),
118 "proxies" : self.getProxies(),
119 "ipv6" : self.core.config["download"]["ipv6"]}
120
121 def updateBucket(self):
122 """ set values in the bucket according to settings"""

Callers 10

getRequestMethod · 0.95
getHTTPRequestMethod · 0.95
getURLMethod · 0.95
setupMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80
bootstrap.min.jsFile · 0.80
bootstrap.min.jsFile · 0.80

Calls 2

ifaceMethod · 0.95
getProxiesMethod · 0.95

Tested by

no test coverage detected