MCPcopy
hub / github.com/pathwaycom/pathway / create_simple

Function create_simple

python/pathway/tests/test_py_object_wrapper.py:134–135  ·  view source on GitHub ↗
(a: int)

Source from the content-addressed store, hash-verified

132def test_groupby():
133 @pw.udf
134 def create_simple(a: int) -> pw.PyObjectWrapper[Simple]:
135 return pw.PyObjectWrapper(Simple(a))
136
137 t = pw.debug.table_from_markdown(
138 """

Callers 3

test_groupbyFunction · 0.85
test_compute_and_printFunction · 0.85
targetFunction · 0.85

Calls 2

SimpleClass · 0.85
SimpleStrClass · 0.85

Tested by

no test coverage detected