print_source_target_counts
- print_source_target_counts(mappings: Iterable[Mapping], minimum: int = 0) None[source]
Print the counts of source/target prefixes.
- Parameters:
mappings – An iterable of mappings
minimum – The minimum count to display in the table. Defaults to zero, which displays all source/target prefix pairs.
See also
This table is generated with
str_source_target_counts()