Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ my_long_function_call
Function
my_long_function_call
example_code/item_007.py:109–110 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
107
108
print(
"Example 9"
)
109
def
my_long_function_call(*args):
110
pass
111
112
def
my_other_long_function_call(*args):
113
pass
Callers
1
item_007.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected