MCPcopy 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
14def main():
15 print('Updating covid deaths...')
16 update_covid_deaths()
17 print('Updating covid cases...')
18 update_confirmed_cases()
19
20
21def update_covid_deaths():

Callers 2

update_confirmed_casesFunction · 0.70
update_plots.pyFile · 0.70

Calls 7

update_covid_deathsFunction · 0.85
update_confirmed_casesFunction · 0.85
wrangle_dataFunction · 0.85
scrape_dataFunction · 0.85
get_figureFunction · 0.85
update_fileFunction · 0.85
write_to_png_fileFunction · 0.85

Tested by

no test coverage detected