Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/fastapi/fastapi
/ test_path_repr
Function
test_path_repr
tests/test_params_repr.py:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
32
def
test_path_repr():
33
assert repr(Path()) ==
"Path(PydanticUndefined)"
34
assert repr(Path(...)) ==
"Path(PydanticUndefined)"
35
36
37
def
test_query_repr_str():
Callers
nothing calls this directly
Calls
1
Path
Class · 0.90
Tested by
no test coverage detected