MCPcopy Index your code
hub / github.com/pathwaycom/pathway / logic

Function logic

python/pathway/tests/test_api.py:841–842  ·  view source on GitHub ↗
(s: api.Scope, iterated, iterated_with_universe, extra)

Source from the content-addressed store, hash-verified

839
840def test_iteration_exception(event_loop):
841 def logic(s: api.Scope, iterated, iterated_with_universe, extra):
842 raise ValueError("manul")
843
844 def build(s):
845 with pytest.raises(ValueError, match="manul"):

Callers

nothing calls this directly

Calls 1

tableMethod · 0.45

Tested by

no test coverage detected