pyrobale.objects.utilsΒΆ
FunctionsΒΆ
|
Converts a dictionary with keys in snake_case to camelCase. |
|
|
|
|
|
Module ContentsΒΆ
- pyrobale.objects.utils.pythonize(dictionary)[source]ΒΆ
Converts a dictionary with keys in snake_case to camelCase.
- Parameters:
dictionary (dict)
- Return type:
dict
- pyrobale.objects.utils.sync_to_async(func)[source]ΒΆ
- Parameters:
func (Callable)
- Return type:
Callable