Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
540
class
_StringOnly:
Callers
1
expect
Function · 0.45
Calls
1
_deep_deannotate
Function · 0.85
Tested by
no test coverage detected