Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gto76/python-cheatsheet
/ main
Function
main
web/update_plots.py:14–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
def
main():
15
print(
'Updating covid deaths...'
)
16
update_covid_deaths()
17
print(
'Updating covid cases...'
)
18
update_confirmed_cases()
19
20
21
def
update_covid_deaths():
Callers
2
update_confirmed_cases
Function · 0.70
update_plots.py
File · 0.70
Calls
7
update_covid_deaths
Function · 0.85
update_confirmed_cases
Function · 0.85
wrangle_data
Function · 0.85
scrape_data
Function · 0.85
get_figure
Function · 0.85
update_file
Function · 0.85
write_to_png_file
Function · 0.85
Tested by
no test coverage detected