1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-01 08:01:44 +00:00
gists/checkdic.py

3 lines
100 B
Python
Raw Normal View History

2015-03-12 22:55:18 +00:00
def check_dict(indic, template):
return all(item in indic.items() for item in template.items())