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

Function my_utility

example_code/item_092.py:110–113  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

108
109print("Example 8")
110def my_utility(a, b):
111 c = 1
112 for i in range(100):
113 c += a * b
114
115def first_func():
116 for _ in range(1000):

Callers 2

first_funcFunction · 0.85
second_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected