dictutils¶
-
bedrock.dictutils.
overlay
(base, partial=None)[source]¶ Considering base as a declarative pseudo-schema dict, iterate over partial hierarchically augmenting a deepcopy of base.
Different from collections.Chainmap and various other MergeDict packages in that changes are effected in placejanf not via a wrapper for stack-based implementions such as Django’s Context.