Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
except
TypeError:
32
33
def
_forward_ref(value):
34
return
typing.ForwardRef(value, is_argument=False)
35
36
else
:
37
Callers
1
get_class_annotations
Function · 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…