General information
configpile
API
Filters items of an ordered dictionary based on a predicate
f (Callable[[TypeVar(_Key), TypeVar(_Value)], bool]) – Predicate taking a key/value pair as arguments
Callable
TypeVar
_Key
_Value
bool
od (OrderedDict[TypeVar(_Key), TypeVar(_Value)]) – Ordered dictionary to filter
OrderedDict
OrderedDict[TypeVar(_Key), TypeVar(_Value)]
A new dictionary
previous
dict_from_multiple_keys
next
filter_ordered_dict_by_value_type