Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ Unserializable
Class
Unserializable
tests/test_jsonable_encoder.py:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
class
Unserializable:
46
def
__iter__(self):
47
raise
NotImplementedError()
48
49
@property
50
def
__dict__(self):
51
raise
NotImplementedError()
52
53
54
class
RoleEnum(Enum):
Callers
1
test_encode_unsupported
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_encode_unsupported
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…