iwfm.debug.test_dict

iwfm.debug.test_dict(name, d, key)[source]

Print dictionary value for key.

Normal usage is to set name to the dictionary name so the printed output has meaning

Parameters:
  • name (str) – Name of dictionary

  • d (dict) – Dictionary

  • key ((any type)) – Dictionary key value

Return type:

nothing