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

Function get_order_value

example_code/item_006.py:96–97  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

94 return 123_000_000
95
96def get_order_value(a, b):
97 pass
98
99def get_tax(a, b):
100 pass

Callers 1

item_006.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected