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

Function global_errors

python/pathway/tests/test_errors.py:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def global_errors() -> pw.Table:
31 return pw.global_error_log().select(
32 pw.this.message, line=extract_trace_line(pw.this.trace)
33 )
34
35
36def test_division_by_zero():

Callers 15

test_division_by_zeroFunction · 0.85
test_removal_of_errorFunction · 0.85
test_udfFunction · 0.85
test_udf_return_typeFunction · 0.85
test_restrictFunction · 0.85
test_with_universe_ofFunction · 0.85
test_ixFunction · 0.85

Calls 2

extract_trace_lineFunction · 0.85
selectMethod · 0.45

Tested by

no test coverage detected