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
| Name | Type | Description |
|---|---|---|
| data_input | any | The raw input containing a mix of literal constants and Python objects to be parsed. |
| strict_mode | boolean = false | A flag that, when enabled, enforces strict type checking and raises errors for unsupported Python types. |
Returns
| Type | Description |
|---|---|
object | A dictionary containing the processed literal values and their corresponding Python type mappings. |