MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / second_func

Function second_func

example_code/item_092.py:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 my_utility(4, 5)
118
119def second_func():
120 for _ in range(10):
121 my_utility(1, 3)
122
123def my_program():
124 for _ in range(20):

Callers 1

my_programFunction · 0.85

Calls 1

my_utilityFunction · 0.85

Tested by

no test coverage detected