Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ CovidData
Class
CovidData
web_programming/covid_stats_via_xpath.py:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
class
CovidData(NamedTuple):
23
cases: str
24
deaths: str
25
recovered: str
26
27
28
def
covid_stats(
Callers
1
covid_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected