MCPcopy Index your code
hub / github.com/fastapi/fastapi / hidden_path

Function hidden_path

tests/test_param_include_in_schema.py:24–25  ·  view source on GitHub ↗
(hidden_path: str = Path(include_in_schema=False))

Source from the content-addressed store, hash-verified

22
23@app.get("/hidden_path/{hidden_path}")
24async def hidden_path(hidden_path: str = Path(include_in_schema=False)):
25 return {"hidden_path": hidden_path}
26
27
28@app.get("/hidden_query")

Callers

nothing calls this directly

Calls 1

PathClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…