MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_annotations

Function get_annotations

lib/sqlalchemy/util/compat.py:60–63  ·  view source on GitHub ↗
(obj: Any)

Source from the content-addressed store, hash-verified

58 from string.templatelib import Template as Template
59
60 def get_annotations(obj: Any) -> Mapping[str, Any]:
61 return annotationlib.get_annotations(
62 obj, format=annotationlib.Format.FORWARDREF
63 )
64
65else:
66

Callers 1

inspect_getfullargspecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected