MCPcopy
hub / github.com/dask/dask / test_get_stack_limit

Method test_get_stack_limit

dask/utils_test.py:119–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 assert self.get(d, "z") == 4
118
119 def test_get_stack_limit(self):
120 d = {f"x{i + 1}": (inc, f"x{i}") for i in range(10000)}
121 d["x0"] = 0
122 assert self.get(d, "x10000") == 10000
123
124 def test_with_HighLevelGraph(self):
125 from dask.highlevelgraph import HighLevelGraph

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected