A Flattening function that takes a highly nested dictionary and flattens it into a single depth dictionary with breadcrumb style keys, {a.b.c: val} Please note, this will not work with dictionaries that have lists in them.
(input_data, absolute_key='', sep='.')
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected