vcorelib
.names
index
/home/vkottler/src/vkottler/workspace/vcorelib/vcorelib/names.py
Common name manipulations.
Modules
re
Functions
obj_class_to_snake
(class_obj: Any) -> str
Convert a CamelCase named class to a snake_case String.
to_snake
(name: str, lower_dashes: bool = True) -> str
Convert a CamelCase String to snake_case.