Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for item_def (0.04 seconds)

  1. fastapi/_compat/v2.py

        ]
        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]
                item_def["description"] = item_description
        # definitions: dict[DefsRef, dict[str, Any]]
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 16.7K bytes
    - Click Count (0)
  2. docs_src/python_types/tutorial005_py310.py

    def get_items(item_a: str, item_b: int, item_c: float, item_d: bool, item_e: bytes):
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 135 bytes
    - Click Count (0)
Back to Top