MCPcopy Index your code
hub / github.com/Boris-code/feapder / remove

Method remove

feapder/utils/webdriver/webdriver_pool.py:99–106  ·  view source on GitHub ↗
(self, driver)

Source from the content-addressed store, hash-verified

97 self.queue.put(driver)
98
99 def remove(self, driver):
100 if self.thread_safe:
101 if self.driver:
102 self.driver.quit()
103 self.driver = None
104 else:
105 driver.quit()
106 self.driver_count -= 1
107
108 def close(self):
109 if self.thread_safe:

Callers 11

weFunction · 0.80
_eFunction · 0.80
doSearchFunction · 0.80
doRolloverMethod · 0.80
del_fileFunction · 0.80
downloadMethod · 0.80
closeMethod · 0.80
downloadMethod · 0.80
closeMethod · 0.80
del_proxyMethod · 0.80

Calls 1

quitMethod · 0.45

Tested by

no test coverage detected