Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ DictablePet
Class
DictablePet
tests/test_jsonable_encoder.py:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
40
class
DictablePet(Pet):
41
def
__iter__(self):
42
return
((k, v)
for
k, v in self.__dict__.items())
43
44
45
class
Unserializable:
Callers
1
test_encode_dictable
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_encode_dictable
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…