bpod_core.misc.convert_to_snake_case

bpod_core.misc.convert_to_snake_case(string) str

Convert a given string to snake_case.

Parameters:

string (str) – The input string to be converted.

Returns:

The converted snake_case string.

Return type:

str