Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _should_embed_body_fields (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fastapi/dependencies/utils.py

        union_args = get_args(field_type)
    
        for arg in union_args:
            if not lenient_issubclass(arg, BaseModel):
                return False
    
        return True
    
    
    def _should_embed_body_fields(fields: list[ModelField]) -> bool:
        if not fields:
            return False
        # More than one dependency could have the same field, it would show up as multiple
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 12:54:56 GMT 2025
    - 37.6K bytes
    - Click Count (3)
Back to Top