Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
def
first_func():
116
for
_ in range(1000):
117
my_utility(4, 5)
118
119
def
second_func():
120
for
_ in range(10):
Callers
1
my_program
Function · 0.85
Calls
1
my_utility
Function · 0.85
Tested by
no test coverage detected