Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ Pet
Class
Pet
tests/test_jsonable_encoder.py:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
class
Pet:
24
def
__init__(self, owner: Person, name: str):
25
self.owner = owner
26
self.name = name
27
28
29
@dataclass
Callers
1
test_encode_class
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_encode_class
Function · 0.68