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

Method loads

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

Source from the content-addressed store, hash-verified

1583 import json
1584
1585 def loads(value):
1586 value = json.loads(value)
1587 value["x"] = value["x"] + "_loads"
1588 return value
1589
1590 def dumps(value):
1591 value = dict(value)

Calls

no outgoing calls

Tested by

no test coverage detected