Summary printout for a list of components comps.
The components are assumed to have a name, and a list of files,
like the ones from this module.
Definition at line 10 of file config.py.
12 Summary printout for a list of components comps.
13 The components are assumed to have a name, and a list of files,
14 like the ones from this module.
19 if not hasattr(c,
'splitFactor'):
21 print(c.name, c.splitFactor, len(c.files))
27 nJobs += c.splitFactor
31 print(
'# components with files = ', nCompsWithFiles)
32 print(
'# jobs = ', nJobs)
References print().