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

Function my_program

example_code/item_092.py:123–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 my_utility(1, 3)
122
123def my_program():
124 for _ in range(20):
125 first_func()
126 second_func()
127
128
129print("Example 9")

Callers

nothing calls this directly

Calls 2

first_funcFunction · 0.85
second_funcFunction · 0.85

Tested by

no test coverage detected