Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ process
Method
process
lib/sqlalchemy/dialects/mssql/base.py:1545–1548 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
1543
if
self.as_uuid:
1544
1545
def
process(value):
1546
if
value is not None:
1547
value = value.hex
1548
return
value
1549
1550
return
process
1551
else
:
Callers
nothing calls this directly
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected