Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _literal_coercion
Method
_literal_coercion
lib/sqlalchemy/sql/coercions.py:479–480 ·
view source on GitHub ↗
(self, element, **kw)
Source
from the content-addressed store, hash-verified
477
__slots__ = (
"_role_class"
,
"name"
,
"_use_inspection"
)
478
479
def
_literal_coercion(self, element, **kw):
480
raise
NotImplementedError()
481
482
_post_coercion: Any = None
483
_resolve_literal_only = False
Callers
1
expect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected