caf.toolkit.toolbox#
A toolbox of generic useful functionality.
Most of these tools will be used elsewhere in the codebase too
Functions
|
Combine a list of dictionaries. |
|
Check whether set_a and set_b are the same. |
|
Check whether two iterables contain the same items, ignoring order. |
|
Get a list of the items in each list, but not the other. |
|
Check if an object is None-like. |
|
Check whether a list contains unique values only. |
|
Remove items from a list without raising an error. |
Classes