MCPcopy
hub / github.com/wistbean/learn_python3_spider / main

Function main

ikun_basketball.py:110–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110def main():
111 try:
112 total = search()
113 print(total)
114
115 for i in range(2, int(total + 1)):
116 next_page(i)
117
118 finally:
119 browser.close()
120
121
122if __name__ == '__main__':

Callers 1

ikun_basketball.pyFile · 0.70

Calls 2

searchFunction · 0.85
next_pageFunction · 0.85

Tested by

no test coverage detected