Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
110
def
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
122
if
__name__ ==
'__main__'
:
Callers
1
ikun_basketball.py
File · 0.70
Calls
2
search
Function · 0.85
next_page
Function · 0.85
Tested by
no test coverage detected