module documentation

Copyright 2017-2025, Voxel51, Inc.

Function camel_to_snake Convert camelCase to snake_case.
Function convert_keys_to_snake_case Convert all keys in a dictionary from camelCase to snake_case.
Constant FO3D_VERSION_KEY Undocumented
def camel_to_snake(name): (source)

Convert camelCase to snake_case.

.

Parameters
namethe camelCase string
Returns
a snake_case string
def convert_keys_to_snake_case(d): (source)

Convert all keys in a dictionary from camelCase to snake_case.

Parameters
dthe dictionary
Returns
a dictionary with snake case keys
FO3D_VERSION_KEY: str = (source)

Undocumented

Value
'__FO3D_VERSION'