MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _post_coercion

Method _post_coercion

lib/sqlalchemy/sql/coercions.py:534–537  ·  view source on GitHub ↗
(self, resolved, **kw)

Source from the content-addressed store, hash-verified

532 __slots__ = ()
533
534 def _post_coercion(self, resolved, **kw):
535 from .util import _deep_deannotate
536
537 return _deep_deannotate(resolved)
538
539
540class _StringOnly:

Callers 1

expectFunction · 0.45

Calls 1

_deep_deannotateFunction · 0.85

Tested by

no test coverage detected