MCPcopy
hub / github.com/dask/dask / test_quote

Function test_quote

dask/tests/test_core.py:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266
267
268def test_quote():
269 literals = [[1, 2, 3], (add, 1, 2), [1, [2, 3]], (add, 1, (add, 2, 3)), {"x": "x"}]
270
271 for l in literals:
272 assert get({"x": quote(l)}, "x") == l
273
274
275def test_literal_serializable():

Callers

nothing calls this directly

Calls 2

getFunction · 0.90
quoteFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…