Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _remap_definitions_and_field_mappings (0.1 sec)

  1. fastapi/_compat/v2.py

            if "description" in item_def:
                item_description = cast(str, item_def["description"]).split("\f")[0]
                item_def["description"] = item_description
        new_mapping, new_definitions = _remap_definitions_and_field_mappings(
            model_name_map=model_name_map,
            definitions=definitions,  # type: ignore[arg-type]
            field_mapping=field_mapping,
        )
        return new_mapping, new_definitions
    
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 19.1K bytes
    - Viewed (0)
Back to top