mirror of
https://github.com/balkian/gists.git
synced 2024-11-01 08:01:44 +00:00
38e6382769
git-subtree-dir: repos/f84238719ac6111d7a1a git-subtree-mainline:ca0690b024
git-subtree-split:65aff7f1be
3 lines
100 B
Python
3 lines
100 B
Python
def check_dict(indic, template):
|
|
return all(item in indic.items() for item in template.items())
|