Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ SimpleStr
Class
SimpleStr
python/pathway/tests/test_py_object_wrapper.py:182–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
@dataclass
182
class
SimpleStr:
183
a: str
184
185
def
concat(self, x: str) -> str:
186
return
self.a + x
187
188
189
class
SimpleStrSerializer:
Callers
3
loads
Method · 0.85
create_simple
Function · 0.85
test_serialization_simple
Function · 0.85
Calls
no outgoing calls
Tested by
3
loads
Method · 0.68
create_simple
Function · 0.68
test_serialization_simple
Function · 0.68