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

Function add

python/pathway/tests/test_udf.py:297–301  ·  view source on GitHub ↗
(a: int, b: int)

Source from the content-addressed store, hash-verified

295
296 @pw.udf(executor=get_async_executor(fully_async), propagate_none=True)
297 def add(a: int, b: int) -> int:
298 assert a is not None
299 assert b is not None
300 internal_add()
301 return a + b
302
303 input = T(
304 """

Callers 3

test_udf_propagate_noneFunction · 0.70
test_async_udf_with_noneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected