MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / formatargandannotation

Function formatargandannotation

lib/sqlalchemy/util/compat.py:219–223  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

217 annotations = annotations or {}
218
219 def formatargandannotation(arg):
220 result = formatarg(arg)
221 if arg in annotations:
222 result += ": " + formatannotation(annotations[arg])
223 return result
224
225 specs = []
226 if defaults:

Callers 1

inspect_formatargspecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected