MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / dumps

Method dumps

test/dialect/postgresql/test_dialect.py:1590–1593  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1588 return value
1589
1590 def dumps(value):
1591 value = dict(value)
1592 value["x"] = "dumps_y"
1593 return json.dumps(value)
1594
1595 engine = testing_engine(
1596 options=dict(json_serializer=dumps, json_deserializer=loads)

Callers 15

persistent_idMethod · 0.45
picklersFunction · 0.45
_json_value_insertMethod · 0.45
test_pickled_rowsMethod · 0.45
test_ambiguous_columnMethod · 0.45
test_assortedMethod · 0.45
test_pickle_overMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected