Home | History | Annotate | Download | only in scripts

Lines Matching refs:total

8     total, d = None, {}

18 total, d = store(size, comps, total, d)
20 display(total, d)
25 def store(size, comps, total, d):
32 return total, d
34 def display(total, d):
35 show(total, d, '')
37 def show(total, d, prefix):
45 ## if sum < total:
46 ## list.append((total - sum, os.curdir))