MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _text_coercion

Method _text_coercion

lib/sqlalchemy/sql/coercions.py:623–624  ·  view source on GitHub ↗
(self, element, argname=None)

Source from the content-addressed store, hash-verified

621 _coerce_numerics = False
622
623 def _text_coercion(self, element, argname=None):
624 return _no_text_coercion(element, argname)
625
626 def _literal_coercion(self, element, *, argname=None, **kw):
627 if isinstance(element, str):

Callers 1

_literal_coercionMethod · 0.95

Calls 1

_no_text_coercionFunction · 0.85

Tested by

no test coverage detected