Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ make_fw_ref
Function
make_fw_ref
test/base/test_typing_utils.py:51–52 ·
view source on GitHub ↗
(anno: str)
Source
from the content-addressed store, hash-verified
49
50
51
def
make_fw_ref(anno: str) -> typing.ForwardRef:
52
return
typing.Union[anno]
53
54
55
TypeAliasType = getattr(
Callers
3
test_make_fw_ref
Method · 0.85
test_is_fwd_ref
Method · 0.85
test_de_optionalize_union_types
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected