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

Function first_func

example_code/item_092.py:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 c += a * b
114
115def first_func():
116 for _ in range(1000):
117 my_utility(4, 5)
118
119def second_func():
120 for _ in range(10):

Callers 1

my_programFunction · 0.85

Calls 1

my_utilityFunction · 0.85

Tested by

no test coverage detected