Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ Person
Class
Person
tests/test_jsonable_encoder.py:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
18
class
Person:
19
def
__init__(self, name: str):
20
self.name = name
21
22
23
class
Pet:
Callers
1
test_encode_class
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_encode_class
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…