Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for __dict__ (0.03 seconds)

  1. fastapi/routing.py

                )
            else:
                self.stream_item_field = None
            self.dependencies = list(dependencies or [])
            self.description = description or inspect.cleandoc(self.endpoint.__doc__ or "")
            # if a "form feed" character (page break) is found in the description text,
            # truncate description text to the content preceding the first "form feed"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 193K bytes
    - Click Count (0)
Back to Top