MCPcopy
hub / github.com/fastapi/fastapi / MyDict

Class MyDict

tests/test_jsonable_encoder.py:209–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 pass
208
209 class MyDict(TypedDict):
210 dt_field: safe_datetime
211
212 instance = MyDict(dt_field=safe_datetime.now())
213

Callers 1

test_custom_encodersFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_custom_encodersFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…