1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-01 08:01:44 +00:00
gists/repos/f84238719ac6111d7a1a/checkdic.py
J. Fernando Sánchez 38e6382769 Add 'repos/f84238719ac6111d7a1a/' from commit '65aff7f1be8419853d4816ee2f94674f2dcb4ab5'
git-subtree-dir: repos/f84238719ac6111d7a1a
git-subtree-mainline: ca0690b024
git-subtree-split: 65aff7f1be
2021-10-30 15:13:31 +02:00

3 lines
100 B
Python

def check_dict(indic, template):
return all(item in indic.items() for item in template.items())