multiple_keys_present#
- eoio.utils.dict_tools.multiple_keys_present(test: dict | list, keys: str | list) bool[source]#
Determine whether all keys are present in a nested iterable
- Parameters:
test – iterable through which to search
keys – keys to search for in iterable
- Returns:
Truewhen all requested keys are present, otherwiseFalse.