:mod:`neuron_morphology.feature_extractor.utilities` ==================================================== .. py:module:: neuron_morphology.feature_extractor.utilities .. autoapi-nested-parse:: A collection of miscellaneous tools used by the feature extractor .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: neuron_morphology.feature_extractor.utilities.unnest .. function:: unnest(inputs: Dict[str, Any], _prefix='') -> Dict[str, Any] Convert nested dictionaries (with string keys) to a dot-notation flat dictionary. Parameters --------- inputs: The dictionary to unnest. Must have all string keys _prefix : Used during recursion to build up a dot-notation prefix. Don't argue this yourself! :Returns: a flattened dictionary .. .. !! processed by numpydoc !!