Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ g
Function
g
python/pathway/tests/test_py_object_wrapper.py:351–352 ·
view source on GitHub ↗
(a: pw.PyObjectWrapper)
Source
from the content-addressed store, hash-verified
349
350
@pw.udf
351
def
g(a: pw.PyObjectWrapper) -> int:
352
return
a.value
353
354
res = t.select(a=g(f(pw.this.a)))
355
persistence_config = pw.persistence.Config(
Callers
1
test_cache
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected