MCPcopy
hub / github.com/lining0806/PythonSpiderNotes / all_ticket_no_proxy

Function all_ticket_no_proxy

QunarSpider/QunarSpider.py:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 driver.close()
127
128def all_ticket_no_proxy():
129 pool = mp.Pool(processes=1)
130 pool.map(ticket_worker_no_proxy, hot_city_list) # map(f, [x1, x2, x3, x4]) = [f(x1), f(x2), f(x3), f(x4)]
131 pool.close()
132 pool.join()
133
134
135if __name__ == '__main__':

Callers 1

QunarSpider.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected