MCPcopy Create free account
hub / github.com/msgspec/msgspec / _forward_ref

Function _forward_ref

src/msgspec/_utils.py:33–34  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

31except TypeError:
32
33 def _forward_ref(value):
34 return typing.ForwardRef(value, is_argument=False)
35
36else:
37

Callers 1

get_class_annotationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…