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 11 of file config.py.
13 Summary printout for a list of components comps.
14 The components are assumed to have a name, and a list of files,
15 like the ones from this module.
20 if not hasattr(c,
'splitFactor'):
22 print(c.name, c.splitFactor, len(c.files))
28 nJobs += c.splitFactor
32 print(
'# components with files = ', nCompsWithFiles)
33 print(
'# jobs = ', nJobs)
References print().