MCPcopy
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
31def pickle_protocols():
32 return range(-2, pickle.HIGHEST_PROTOCOL)
33
34
35class User(ComparableEntity):

Callers 2

test_query_threeMethod · 0.85
test_annotated_oneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected