Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ process
Method
process
lib/sqlalchemy/sql/sqltypes.py:2050–2053 · lib/sqlalchemy/sql/sqltypes.py::PickleType.process
(value)
Source
from the content-addressed store, hash-verified
2048
fixed_impl_processor = impl_processor
2049
2050
def
process(value):
2051
if
value is not None:
2052
value = dumps(value, protocol)
2053
return
fixed_impl_processor(value)
2054
2055
else
:
2056
Callers
nothing calls this directly
Calls
2
dumps
Function · 0.85
loads
Function · 0.85
Tested by
no test coverage detected