Core - Reports Module
anvil.lib.reports
ReportCollector
__init__()
A dictionary where keys are ReportType and values are list[defaultdict]
.
These inner defaultdict
will automatically create a key if it doesn't exist
and initialize it to a dictionary of empty sets.
The dictionary is later used to generate a report of what have been added to the pack.