MCPcopy 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
108print("Example 9")
109def my_long_function_call(*args):
110 pass
111
112def my_other_long_function_call(*args):
113 pass

Callers 1

item_007.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected