bpod_core.misc
Miscellaneous tools that don’t fit the other categories.
Functions
Convert a given string to snake_case. |
|
Determine the primary local IPv4 address of the machine. |
|
Retrieve a value from a nested dict using a Sequence of keys. |
|
Replace non-alphanumeric characters in a string with a given substitute. |
|
Set a value in a nested dict, creating intermediate dicts as needed. |
|
Suggest a similar valid string based on the given invalid string. |
Classes
Represents a dictionary-like persistent settings storage. |
|
A dict-like container with runtime validation for keys and values. |