util
util¶
Module defining utility functions
Types
- _Key¶
- _Value¶
- _Class¶
- _Type¶
Functions
Function used for exhaustiveness checks |
|
Constructs a dict from a list of items where a value can have multiple keys |
|
Filters items of an ordered dictionary based on a predicate |
|
Filters values of an ordered dictionary that correspond to a given type |
|
Filter values using their type and an optional predicate |
|
Searches for elements of a given type in a sequence |
|
Searches for zero or one elements of a given type in a sequence |
Classes
Stores information about Sphinx autodoc-style documentation for a class |