Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ pickle_protocols
Function
pickle_protocols
test/ext/test_serializer.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
31
def
pickle_protocols():
32
return
range(-2, pickle.HIGHEST_PROTOCOL)
33
34
35
class
User(ComparableEntity):
Callers
2
test_query_three
Method · 0.85
test_annotated_one
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected