1
0
mirror of https://github.com/balkian/gists.git synced 2024-12-03 13:52:28 +00:00

Add 'repos/f84238719ac6111d7a1a/' from commit '65aff7f1be8419853d4816ee2f94674f2dcb4ab5'

git-subtree-dir: repos/f84238719ac6111d7a1a
git-subtree-mainline: ca0690b024
git-subtree-split: 65aff7f1be
This commit is contained in:
J. Fernando Sánchez 2021-10-30 15:13:31 +02:00
commit 38e6382769

View File

@ -0,0 +1,2 @@
def check_dict(indic, template):
return all(item in indic.items() for item in template.items())