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

Function my_other_long_function_call

example_code/item_007.py:112–113  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

110 pass
111
112def my_other_long_function_call(*args):
113 pass
114
115
116x = (my_long_function_call(1, 2, 3) if i % 2 == 0

Callers 1

item_007.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected