MCPcopy Index your code
hub / github.com/geekcomputers/Python / Subtotal

Method Subtotal

Grocery calculator.py:25–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 return total
24
25 def Subtotal(self):
26 subtotal = 0
27 for items in self:
28 subtotal += self[items]
29 return subtotal
30
31 def returnList(self):
32 return self

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected