MCPcopy
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_selectedMethod · 0.80
appMethod · 0.80

Calls 1

get_defaultMethod · 0.95

Tested by

no test coverage detected