remove_tag_in_key

remove_tag_in_key#

eoio.utils.dict_tools.remove_tag_in_key(test_dict: dict, tag: str) None[source]#

Remove keys in nested dict containing the string tag

Parameters:
  • test_dict – nested dictionary

  • tag – string tag to search for in keys