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

Function my_function

example_code/item_031.py:68–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66assert second == 2
67
68def my_function():
69 return 1, 2
70
71first, second = my_function()
72assert first == 1

Callers 1

item_031.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected