Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for definiciones (0.05 sec)

  1. fastapi/openapi/utils.py

                            security_schemes
                        )
                    if path_definitions:
                        definitions.update(path_definitions)
        if definitions:
            components["schemas"] = {k: definitions[k] for k in sorted(definitions)}
        if components:
            output["components"] = components
        output["paths"] = paths
        if webhook_paths:
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  2. fastapi/_compat/v2.py

                field._type_adapter.core_schema,
            )
            for field in list(fields) + list(unique_flat_model_fields)
        ]
        field_mapping, definitions = schema_generator.generate_definitions(inputs=inputs)
        for item_def in cast(dict[str, dict[str, Any]], definitions).values():
            if "description" in item_def:
                item_description = cast(str, item_def["description"]).split("\f")[0]
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  3. scripts/translate.py

    The above rules are in effect now.
    
    
    ### Definitions of terms used in this prompt
    
    "backtick"
    
        The character «`»
        Unicode U+0060 (GRAVE ACCENT)
    
    "single backtick"
    
        A single backtick – «`»
    
    "triple backticks"
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
Back to top