Skip to main content

literal_mixed_few_python

No overview available.

def literal_mixed_few_python(
data_input: any,
strict_mode: boolean = false
) - > object

Processes a mixture of literal values and Python-specific data structures to facilitate cross-language data serialization.

Parameters

NameTypeDescription
data_inputanyThe raw input containing a mix of literal constants and Python objects to be parsed.
strict_modeboolean = falseA flag that, when enabled, enforces strict type checking and raises errors for unsupported Python types.

Returns

TypeDescription
objectA dictionary containing the processed literal values and their corresponding Python type mappings.