br_stimpy.stimpy.get_enum_docstr

get_enum_docstr(enum_val)[source]

Lookup docstr for a pybind11 enum value and output as string

Parameters:

enum_val (Any) – an enumeration value from the enums module

Return type:

str

Returns:

docstr for the enum_val