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

Method cleanPycurl

module/ThreadManager.py:244–252  ·  view source on GitHub ↗

make a global curl cleanup (currently ununused)

(self)

Source from the content-addressed store, hash-verified

242
243
244 def cleanPycurl(self):
245 """ make a global curl cleanup (currently ununused) """
246 if self.processingIds():
247 return False
248 pycurl.global_cleanup()
249 pycurl.global_init(pycurl.GLOBAL_DEFAULT)
250 self.downloaded = 0
251 self.log.debug("Cleaned up pycurl")
252 return True
253
254 #----------------------------------------------------------------------
255 def assignJob(self):

Callers

nothing calls this directly

Calls 1

processingIdsMethod · 0.95

Tested by

no test coverage detected