Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ default
Method
default
fastapi/_compat/v2.py:138–139 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
136
137
@property
138
def
default(self) -> Any:
139
return
self.get_default()
140
141
def
__post_init__(self) -> None:
142
with
warnings.catch_warnings():
Callers
2
_handle_selected
Method · 0.80
app
Method · 0.80
Calls
1
get_default
Method · 0.95
Tested by
no test coverage detected