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

Method _post_coercion

lib/sqlalchemy/sql/coercions.py:1289–1293  ·  view source on GitHub ↗
(self, element, *, deannotate=False, **kw)

Source from the content-addressed store, hash-verified

1287 self._raise_for_expected(element, argname, resolved)
1288
1289 def _post_coercion(self, element, *, deannotate=False, **kw):
1290 if deannotate:
1291 return element._deannotate()
1292 else:
1293 return element
1294
1295
1296class AnonymizedFromClauseImpl(FromClauseImpl):

Callers

nothing calls this directly

Calls 1

_deannotateMethod · 0.45

Tested by

no test coverage detected