Coverage for tests / assets / cli / func_other_name.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-02-09 12:36 +0000

1def some_function(name: str = "World"): 1abcdefgh

2 print(f"Hello {name}") 1abcdefgh