Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pathwaycom/pathway
/ f
Function
f
python/pathway/tests/test_py_object_wrapper.py:347–348 ·
view source on GitHub ↗
(a: int)
Source
from the content-addressed store, hash-verified
345
346
@pw.udf(cache_strategy=pw.udfs.DiskCache())
347
def
f(a: int) -> pw.PyObjectWrapper:
348
return
pw.PyObjectWrapper(a)
349
350
@pw.udf
351
def
g(a: pw.PyObjectWrapper) -> int:
Callers
1
test_cache
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected