MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 03_match_case.py

File 03_match_case.py

Chapter 12/03_match_case.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def http_status(status):
2 match status:
3 case 200:
4 return "OK"

Callers

nothing calls this directly

Calls 1

http_statusFunction · 0.85

Tested by

no test coverage detected