class foxes.utils.Dict(dict)[source] A slightly enhanced dictionary. Attributes¶ name: strThe dictionary name Public members¶ Dict(*args, name=None, **kwargs)[source] Constructor. get_item(key, *deflt, prnt=True)[source] Gets an item, prints readable error if not found pop_item(key, *deflt, prnt=True)[source] Pops an item, prints readable error if not found __getitem__(key)[source] Return self[key]. classmethod from_yaml(yml_file, verbosity=1)[source] Reads a yaml file