Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
def
my_func(*args):
85
print(args)
86
87
it = my_generator()
88
my_func(*it)
Callers
1
item_034.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected