MCPcopy
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
45class Unserializable:
46 def __iter__(self):
47 raise NotImplementedError()
48
49 @property
50 def __dict__(self):
51 raise NotImplementedError()
52
53
54class RoleEnum(Enum):

Callers 1

test_encode_unsupportedFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_encode_unsupportedFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…