MCPcopy Create free account
hub / github.com/binance/binance-connector-python / transform_query

Function transform_query

common/src/binance_common/utils.py:163–179  ·  view source on GitHub ↗

Recursively transform keys to camelCase and values to serializable. Args: data (Union[dict, list, str, int, float, bool]): The data to transform. Returns: Union[dict, list, str, int, float, bool]: The transformed data.

(
    data: Union[dict, list, str, int, float, bool],
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

test_transform_dictMethod · 0.90
test_empty_structuresMethod · 0.90
make_serializableFunction · 0.85
encoded_stringFunction · 0.85

Calls 2

snake_to_camelFunction · 0.85
make_serializableFunction · 0.85