MCPcopy
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
40class DictablePet(Pet):
41 def __iter__(self):
42 return ((k, v) for k, v in self.__dict__.items())
43
44
45class Unserializable:

Callers 1

test_encode_dictableFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_encode_dictableFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…