MCPcopy 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
182class SimpleStr:
183 a: str
184
185 def concat(self, x: str) -> str:
186 return self.a + x
187
188
189class SimpleStrSerializer:

Callers 3

loadsMethod · 0.85
create_simpleFunction · 0.85

Calls

no outgoing calls

Tested by 3

loadsMethod · 0.68
create_simpleFunction · 0.68