- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for convert_underscores (0.27 sec)
-
fastapi/dependencies/utils.py
# Handle fields extracted from a Pydantic Model for a header, each field # doesn't have a FieldInfo of type Header with the default convert_underscores=True convert_underscores = getattr(field.field_info, "convert_underscores", True) if convert_underscores: alias = ( field.alias if field.alias != field.name
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 21:46:26 UTC 2024 - 34.7K bytes - Viewed (0)