Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
132
def
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_groupby
Function · 0.85
test_compute_and_print
Function · 0.85
target
Function · 0.85
Calls
2
Simple
Class · 0.85
SimpleStr
Class · 0.85
Tested by
no test coverage detected