angstwad - Overview
Passionate Pythonista. Sometimes Golang, Swift, JS. YAML ain't my language.
Pinned Loading
-
3
def dict_merge(dct, merge_dct):
4
""" Recursive dict merge. Inspired by :meth:``dict.update()``, instead of5
updating only top-level keys, dict_merge recurses down into dicts nested -
Simple retries for function and method calls
Python 5