Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
def
second_func():
120
for
_ in range(10):
121
my_utility(1, 3)
122
123
def
my_program():
124
for
_ in range(20):
Callers
1
my_program
Function · 0.85
Calls
1
my_utility
Function · 0.85
Tested by
no test coverage detected