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

Function my_func

example_code/item_034.py:84–85  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

82 yield i
83
84def my_func(*args):
85 print(args)
86
87it = my_generator()
88my_func(*it)

Callers 1

item_034.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected