MCPcopy
hub / github.com/pyinstaller/pyinstaller / total

Method total

bootloader/waflib/Build.py:363–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

361 self.current_group = idx
362
363 def total(self):
364 total = 0
365 for group in self.groups:
366 for tg in group:
367 try:
368 total += len(tg.tasks)
369 except AttributeError:
370 total += 1
371 return total
372
373 def get_targets(self):
374 to_post = []

Callers 2

refill_task_listMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected