MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / dumps

Method dumps

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

Source from the content-addressed store, hash-verified

1574 return value
1575
1576 def dumps(value):
1577 value = dict(value)
1578 value["x"] = "dumps_y"
1579 return json.dumps(value)
1580
1581 engine = testing_engine(
1582 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