MCPcopy 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
51def make_fw_ref(anno: str) -> typing.ForwardRef:
52 return typing.Union[anno]
53
54
55TypeAliasType = getattr(

Callers 3

test_make_fw_refMethod · 0.85
test_is_fwd_refMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected