MCPcopy
hub / github.com/msgspec/msgspec / Example

Class Example

tests/unit/test_inspect.py:354–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352
353def test_int_enum():
354 class Example(enum.IntEnum):
355 B = 3
356 A = 2
357
358 assert mi.type_info(Example) == mi.EnumType(Example)
359

Callers

nothing calls this directly

Calls 1

fieldFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…